tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

package.json (921B)


      1 {
      2  "name": "@puppeteer/doctest",
      3  "version": "0.1.0",
      4  "type": "module",
      5  "private": true,
      6  "bin": "./bin/doctest.js",
      7  "description": "Tests JSDoc @example code within a file.",
      8  "license": "Apache-2.0",
      9  "scripts": {
     10    "build": "wireit",
     11    "clean": "../clean.mjs"
     12  },
     13  "wireit": {
     14    "build": {
     15      "command": "tsc -b && node --experimental-strip-types ../../tools/chmod.ts 755 ./bin/doctest.js",
     16      "clean": "if-file-deleted",
     17      "files": [
     18        "src/**"
     19      ],
     20      "output": [
     21        "bin/**",
     22        "tsconfig.tsbuildinfo"
     23      ]
     24    }
     25  },
     26  "devDependencies": {
     27    "@swc/core": "1.11.29",
     28    "@types/doctrine": "0.0.9",
     29    "@types/source-map-support": "0.5.10",
     30    "@types/yargs": "17.0.33",
     31    "acorn": "8.14.1",
     32    "doctrine": "3.0.0",
     33    "glob": "10.4.5",
     34    "pkg-dir": "8.0.0",
     35    "source-map-support": "0.5.21",
     36    "source-map": "0.7.4",
     37    "yargs": "17.7.2"
     38  }
     39 }