tor-browser

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

package.json (255B)


      1 {
      2  "name": "websocket-logger",
      3  "version": "0.0.0",
      4  "author": "WebGPU CTS Contributors",
      5  "private": true,
      6  "license": "BSD-3-Clause",
      7  "type": "module",
      8  "scripts": {
      9    "start": "node main.js"
     10  },
     11  "dependencies": {
     12    "ws": "^8.13.0"
     13  }
     14 }