tor-browser

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

package.json (1680B)


      1 {
      2  "nonPublishedName": "mozilla-central",
      3  "notes(nonPublishedName)": "This package is never published, but the nonPublishedName helps our ESLint package to find the top-level of mozilla-central",
      4  "description": "This package file is for node modules used in mozilla-central",
      5  "repository": {},
      6  "license": "MPL-2.0",
      7  "devDependencies": {
      8    "@eslint/json": "0.14.0",
      9    "@microsoft/eslint-plugin-sdl": "1.1.0",
     10    "@stylistic/stylelint-plugin": "3.1.1",
     11    "@types/gecko": "file:tools/@types",
     12    "eslint": "9.39.1",
     13    "eslint-config-prettier": "10.1.8",
     14    "eslint-plugin-eslint-plugin": "7.2.0",
     15    "eslint-plugin-html": "8.1.3",
     16    "eslint-plugin-import": "2.32.0",
     17    "eslint-plugin-jest": "29.2.1",
     18    "eslint-plugin-jsdoc": "61.4.1",
     19    "eslint-plugin-jsx-a11y": "6.10.2",
     20    "eslint-plugin-lit": "2.1.1",
     21    "eslint-plugin-mozilla": "file:tools/lint/eslint/eslint-plugin-mozilla",
     22    "eslint-plugin-no-unsanitized": "4.1.4",
     23    "eslint-plugin-promise": "7.2.1",
     24    "eslint-plugin-react": "7.37.5",
     25    "eslint-plugin-react-hooks": "7.0.1",
     26    "eslint-plugin-spidermonkey-js": "file:tools/lint/eslint/eslint-plugin-spidermonkey-js",
     27    "jsdoc": "4.0.5",
     28    "license-checker-rseidelsohn": "4.4.2",
     29    "lit": "2.5.0",
     30    "prettier": "3.6.2",
     31    "stylelint": "16.14.1",
     32    "stylelint-config-recommended": "14.0.1",
     33    "stylelint-config-standard-scss": "14.0.0",
     34    "stylelint-use-logical": "2.1.2",
     35    "ts-patch": "3.3.0",
     36    "typescript": "5.9.3",
     37    "yarn": "1.22.22"
     38  },
     39  "scripts": {
     40    "prepare": "ts-patch install -s"
     41  },
     42  "notes(private)": "We don't want to publish to npm, so this is marked as private",
     43  "private": true
     44 }