summaryrefslogtreecommitdiffstats
path: root/remote/test/puppeteer/tools/doctest/package.json
blob: 1d0adb633bb51e0889282e2f6b1740cc9d6eb536 (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
37
38
39
{
  "name": "@puppeteer/doctest",
  "version": "0.1.0",
  "type": "module",
  "private": true,
  "bin": "./bin/doctest.js",
  "description": "Tests JSDoc @example code within a file.",
  "license": "Apache-2.0",
  "scripts": {
    "build": "wireit",
    "clean": "../clean.mjs"
  },
  "wireit": {
    "build": {
      "command": "tsc -b && chmod +x ./bin/doctest.js",
      "clean": "if-file-deleted",
      "files": [
        "src/**"
      ],
      "output": [
        "bin/**",
        "tsconfig.tsbuildinfo"
      ]
    }
  },
  "devDependencies": {
    "@swc/core": "1.4.2",
    "@types/doctrine": "0.0.9",
    "@types/source-map-support": "0.5.10",
    "@types/yargs": "17.0.32",
    "acorn": "8.11.3",
    "doctrine": "3.0.0",
    "glob": "10.3.10",
    "pkg-dir": "8.0.0",
    "source-map-support": "0.5.21",
    "source-map": "0.7.4",
    "yargs": "17.7.2"
  }
}