1{
2  "name": "@pptr/testserver",
3  "version": "0.5.0",
4  "description": "testing server",
5  "main": "index.js",
6  "scripts": {
7    "test": "echo \"Error: no test specified\" && exit 1"
8  },
9  "repository": {
10    "type": "git",
11    "url": "https://github.com/puppeteer/puppeteer/tree/main/utils/testserver"
12  },
13  "author": "The Chromium Authors",
14  "license": "Apache-2.0"
15}
16