| 123456789101112131415161718192021222324252627 |
- {
- "name": "bsc_binance_carry",
- "version": "1.0.0",
- "description": "",
- "main": "index.js",
- "scripts": {
- "start": "node index.js",
- "withdraw": "node withdraw.js",
- "test": "node test.js",
- "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",
- "log4js": "^6.7.1",
- "node-metamask": "^1.1.2",
- "request": "^2.88.2",
- "web3": "^1.3.6"
- }
- }
|