mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
37 lines
722 B
JSON
37 lines
722 B
JSON
{
|
|
"name": "@pptr/testserver",
|
|
"version": "0.6.0",
|
|
"description": "testing server",
|
|
"main": "lib/index.js",
|
|
"scripts": {
|
|
"build": "wireit",
|
|
"clean": "../../tools/clean.mjs"
|
|
},
|
|
"wireit": {
|
|
"build": {
|
|
"command": "tsc -b",
|
|
"clean": "if-file-deleted",
|
|
"files": [
|
|
"src/**"
|
|
],
|
|
"output": [
|
|
"lib/**",
|
|
"tsconfig.tsbuildinfo"
|
|
]
|
|
}
|
|
},
|
|
"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.16.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/mime": "3.0.4"
|
|
}
|
|
}
|