puppeteer/utils/testserver/package.json

16 lines
378 B
JSON
Raw Normal View History

{
"name": "@pptr/testserver",
"version": "0.5.0",
"description": "testing server",
"main": "lib/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/puppeteer/puppeteer/tree/main/utils/testserver"
},
"author": "The Chromium Authors",
"license": "Apache-2.0"
}