package.json 682 Bytes
Newer Older
John Doe's avatar
John Doe 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 29 30
{
  "name": "momiji-cli",
  "type": "module",
  "version": "1.0.0",
  "description": "",
  "main": "index.js",
  "directories": {
    "lib": "lib",
    "test": "test"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "",
  "license": "ISC",
  "dependencies": {
    "@aztec/bb.js": "0.3.6",
    "@ethersproject/abi": "^5.6.4",
    "@ethersproject/providers": "^5.6.8",
    "@noir-lang/noir-source-resolver": "1.1.1",
    "bigint-buffer": "^1.1.5",
    "circomlibjs": "^0.1.7",
    "dotenv": "^16.3.1",
    "ethers": "^6.6.7",
    "inquirer": "^9.2.10",
    "keccak256": "^1.0.6",
    "sequelize": "^6.32.0",
    "sqlite3": "^5.1.6"
  }
}