f42336cf83
This PR moves the puppeteer source code into separate mono-repo packages: - `puppeteer` and `puppeteer-core` are now separated into their own packages. - `puppeteer-core` has a new exports called `puppeteer-core/internal` for internal usage. Tests and various tools have been updated to accommodate the migration.
21 lines
454 B
JSON
21 lines
454 B
JSON
{
|
|
"name": "@pptr/testserver",
|
|
"version": "0.5.0",
|
|
"description": "testing server",
|
|
"main": "lib/index.js",
|
|
"scripts": {
|
|
"build": "tsc -b",
|
|
"clean": "tsc -b --clean && rimraf lib"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/puppeteer/puppeteer/tree/main/packages/testserver"
|
|
},
|
|
"author": "The Chromium Authors",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"mime": "3.0.0",
|
|
"ws": "8.9.0"
|
|
}
|
|
}
|