tor-browser

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

package.json (571B)


      1 {
      2  "description": "Rebuild assets for sourcemaps-reload-compressed test, see README.md in the same folder",
      3  "scripts": {
      4    "pack": "cp -r ../sourcemaps-reload-uncompressed/v* ./ && cd v1 && webpack && cd ../v2 && webpack && cd ../v3 && webpack",
      5    "test": "echo \"Error: no test specified\" && exit 1"
      6  },
      7  "keywords": [],
      8  "author": "",
      9  "license": "MPL-2.0",
     10  "dependencies": {},
     11  "devDependencies": {
     12    "@babel/core": "7.25.2",
     13    "babel-loader": "7.1.2",
     14    "babel-preset-es2015": "6.24.1",
     15    "webpack": "4.47.0",
     16    "webpack-cli": "4.10.0"
     17  }
     18 }