2018-09-24 19:46:39 +00:00
|
|
|
{
|
|
|
|
"name": "@pptr/testserver",
|
|
|
|
"version": "0.5.0",
|
|
|
|
"description": "testing server",
|
2022-06-15 10:05:25 +00:00
|
|
|
"main": "lib/index.js",
|
2018-09-24 19:46:39 +00:00
|
|
|
"scripts": {
|
2022-10-05 12:17:03 +00:00
|
|
|
"build": "tsc -b",
|
|
|
|
"clean": "tsc -b --clean && rimraf lib"
|
2018-09-24 19:46:39 +00:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2022-09-29 08:08:55 +00:00
|
|
|
"url": "https://github.com/puppeteer/puppeteer/tree/main/packages/testserver"
|
2018-09-24 19:46:39 +00:00
|
|
|
},
|
|
|
|
"author": "The Chromium Authors",
|
2022-10-05 12:17:03 +00:00
|
|
|
"license": "Apache-2.0",
|
|
|
|
"dependencies": {
|
|
|
|
"mime": "3.0.0",
|
|
|
|
"ws": "8.9.0"
|
|
|
|
}
|
2018-09-24 19:46:39 +00:00
|
|
|
}
|