{ "name": "bsc_binance_carry", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "start": "node index.js", "withdraw": "node withdraw.js", "test": "mocha", "secondarySell": "node secondarySell.js", "transferToExchange": "node transferToExchange.js" }, "keywords": [], "author": "", "license": "ISC", "dependencies": { "axios": "^0.21.1", "axios-https-proxy-fix": "^0.17.1", "bignumber": "^1.1.0", "crypto": "^1.0.1", "ethereumjs-tx": "1.3.7", "level": "^8.0.0", "log4js": "^6.7.1", "node-metamask": "^1.1.2", "request": "^2.88.2", "web3": "^1.3.6" }, "devDependencies": { "mocha": "^10.2.0" } }