summaryrefslogtreecommitdiffstats
path: root/remote/test/puppeteer/packages/testserver/package.json
blob: 3a9ecf9c6538bd04e55c8a3e2f562387195d5719 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
  "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.16.0"
  },
  "devDependencies": {
    "@types/mime": "3.0.4"
  }
}