tor-browser

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

package.json (735B)


      1 {
      2  "name": "@puppeteer/eslint",
      3  "version": "0.1.0",
      4  "private": true,
      5  "type": "commonjs",
      6  "repository": {
      7    "type": "git",
      8    "url": "https://github.com/puppeteer/puppeteer/tree/main/tools/eslint"
      9  },
     10  "scripts": {
     11    "build": "wireit",
     12    "prepare": "wireit"
     13  },
     14  "wireit": {
     15    "build": {
     16      "command": "tsc -b",
     17      "clean": "if-file-deleted",
     18      "files": [
     19        "src/**"
     20      ],
     21      "output": [
     22        "lib/**",
     23        "tsconfig.tsbuildinfo"
     24      ]
     25    },
     26    "prepare": {
     27      "dependencies": [
     28        "build"
     29      ]
     30    }
     31  },
     32  "author": "The Chromium Authors",
     33  "license": "Apache-2.0",
     34  "devDependencies": {
     35    "@prettier/sync": "0.5.5",
     36    "@typescript-eslint/utils": "8.26.1"
     37  }
     38 }