UNPKG

crypto-bot

Version:

multi-function tools for blockchain automation

65 lines (64 loc) 1.89 kB
{ "name": "crypto-bot", "version": "1.2.7", "description": "multi-function tools for blockchain automation", "keywords": [ "crypto", "bot", "sniper", "wallet", "cleaner", "network" ], "homepage": "https://github.com/sparck75/crypto-bot", "bugs": "https://github.com/sparck75/crypto-bot/issues", "repository": "https://github.com/sparck75/crypto-bot", "files": [ "index.js", "lib/", "presets/" ], "scripts": { "lint": "eslint lib/**.js index.js", "pretest": "npm run lint", "test": "mocha test/**/*.test.js", "publish": "npm publish --access public" }, "engines": { "node": ">=4" }, "main": "./index.js", "author": "Sparck ", "license": "MIT", "dependencies": { "ansi-colors": "^4.1.3", "babel-eslint": "^10.1.0", "cli-progress": "^3.11.2", "cli-spinners": "^2.7.0", "command-line-args": "^5.2.1", "command-line-usage": "^6.1.3", "console-table-printer": "^2.11.1", "crypto-bot-arbitrage": "^1.0.0", "crypto-bot-cleaner": "^1.0.2", "crypto-bot-core": "^1.0.1", "crypto-bot-logger": "^1.0.0", "crypto-bot-network": "^1.0.0", "crypto-bot-oracle": "^1.0.0", "crypto-bot-sniper": "^1.0.7", "crypto-bot-tools": "^1.0.0", "crypto-bot-wallet": "^1.1.1", "dotenv": "^16.0.2", "ethcall": "^4.8.2", "ethers": "^5.7.0", "fs-extra": "^10.1.0", "latenz": "^0.2.4", "spinnies": "^0.5.1", "web3": "^1.7.5", "winston": "^3.8.2" }, "devDependencies": { "eslint": "^6.8.0", "eslint-config-aenondynamics": "^0.2.0", "mocha": "^7.2.0" } }