{ "name": "binance-multi-withdrawal", "version": "1.0.0", "description": "", "main": "index.js", "type": "module", "scripts": { "start": "npx ts-node index.ts", "test": "echo \"Error: no test specified\" && exit 1" }, "author": "Raznorabochiy", "homepage": "https://t.me/cryptolaborer", "license": "ISC", "devDependencies": { "@types/cli-progress": "^3.11.0", "@types/lodash": "^4.14.191", "@types/node": "^18.11.14", "ts-node": "^10.9.1", "typescript": "^4.8.4" }, "dependencies": { "ccxt": "^2.6.36", "cli-progress": "^3.12.0", "lodash": "^4.17.21" } }