puppeteer/packages/testserver/package.json

21 lines
454 B
JSON
Raw Normal View History

{
"name": "@pptr/testserver",
2022-10-05 14:51:59 +00:00
"version": "0.6.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"
}
}