package.json 920 Bytes
Newer Older
XFT's avatar
XFT committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
{
  "name": "xftanon-cli",
  "version": "1.0.0",
  "description": "CLI tool for interacting with the XFT anon platform.",
  "main": "main.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "start": "node --no-warnings main"
  },
  "author": "Offshift Team",
  "license": "MIT",
  "engines": {
    "node": "^18.15.0"
  },
  "dependencies": {
    "circom": "^0.0.35",
    "circomlib": "git+https://github.com/tornadocash/circomlib.git#c372f14d324d57339c88451834bf2824e73bbdbc",
    "fixed-merkle-tree": "^0.6.0",
    "inquirer": "^8.0.0",
    "node-fetch": "^3.2.10",
    "sequelize": "^6.28.0",
    "snarkjs": "git+https://github.com/tornadocash/snarkjs.git#869181cfaf7526fe8972073d31655493a04326d5",
    "sqlite3": "^5.1.4",
    "web3": "^1.3.4",
    "web3-utils": "^1.7.4",
    "websnark": "git+https://github.com/tornadocash/websnark.git#4c0af6a8b65aabea3c09f377f63c44e7a58afa6d"
  }
}