puppeteer/packages/testserver/package.json
dependabot[bot] 4bdb113df7
chore(deps): Bump ws from 8.14.1 to 8.14.2 (#10949)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-20 10:47:59 +02:00

34 lines
666 B
JSON

{
"name": "@pptr/testserver",
"version": "0.6.0",
"description": "testing server",
"main": "lib/index.js",
"scripts": {
"build": "wireit",
"clean": "../../tools/clean.js"
},
"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.14.2"
}
}