c0c7878adc
This PR starts the monorepo migrations as per https://github.com/puppeteer/puppeteer/issues/8922. To scope migrations, we are only moving the `testserver` into a separate package. Further migrations will come later.
16 lines
381 B
JSON
16 lines
381 B
JSON
{
|
|
"name": "@pptr/testserver",
|
|
"version": "0.5.0",
|
|
"description": "testing server",
|
|
"main": "lib/index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/puppeteer/puppeteer/tree/main/packages/testserver"
|
|
},
|
|
"author": "The Chromium Authors",
|
|
"license": "Apache-2.0"
|
|
}
|