tor-browser

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

package.json (288B)


      1 {
      2  "scripts": {
      3    "test": "tsc",
      4    "test-ci": "tsc"
      5  },
      6  "license": "MPL-2.0",
      7  "devDependencies": {
      8    "@types/react-dom-factories": "^1.0.2",
      9    "@types/react-redux": "^7.1.18",
     10    "@types/react-dom": "^16.8.6",
     11    "@types/redux": "^3.6.0",
     12    "typescript": "^5.3.3"
     13  }
     14 }