tornado-offline-deposit/package.json
2024-07-22 13:02:53 -07:00

34 lines
740 B
JSON

{
"name": "tornado-offline-deposit",
"version": "1.0.0",
"description": "Command line tool to create Tornado Cash notes offline",
"main": "tornadoOffline.js",
"bin": {
"tornadoOffline": "tornadoOffline.js"
},
"scripts": {
"lint": "eslint *.js",
"start": "node tornadoOffline.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Tornado Cash Community",
"license": "MIT",
"files": [
"abi",
".eslintrc.js",
".gitignore",
"networkConfig.js",
"tornadoOffline.js",
"README.md"
],
"dependencies": {
"bn.js": "^5.2.1",
"circomlibjs": "0.1.7",
"commander": "^12.1.0",
"ethers": "^6.13.1"
},
"devDependencies": {
"eslint": "^8.57.0"
}
}