package.json 616 B

1234567891011121314151617181920212223242526
  1. {
  2. "name": "bsc_binance_carry",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "index.js",
  6. "scripts": {
  7. "start": "node index.js",
  8. "withdraw": "node withdraw.js",
  9. "test": "node test.js",
  10. "secondarySell": "node secondarySell.js",
  11. "transferToExchange": "node transferToExchange.js"
  12. },
  13. "keywords": [],
  14. "author": "",
  15. "license": "ISC",
  16. "dependencies": {
  17. "axios": "^0.21.1",
  18. "axios-https-proxy-fix": "^0.17.1",
  19. "bignumber": "^1.1.0",
  20. "crypto": "^1.0.1",
  21. "ethereumjs-tx": "1.3.7",
  22. "node-metamask": "^1.1.2",
  23. "request": "^2.88.2",
  24. "web3": "^1.3.6"
  25. }
  26. }