{ "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" } }