UNPKG

@xunwukong-tools/withdraw

Version:

Binance withdraw tool

46 lines (45 loc) 1.05 kB
{ "name": "@xunwukong-tools/withdraw", "version": "1.2.1", "description": "Binance withdraw tool", "type": "module", "main": "./dist/index.js", "types": "./dist/index.d.ts", "scripts": { "build": "tsup", "type-check": "tsc --noEmit", "lint": "eslint src --ext .ts", "example:pol": "tsx examples/pol.ts", "example:usdc-pol": "tsx examples/usdc-pol.ts", "example:advanced": "tsx examples/advanced.ts", "example:get-all-coins": "tsx examples/get-all-coins.ts" }, "files": [ "dist" ], "keywords": [ "binance", "withdraw", "crypto" ], "author": "", "license": "MIT", "dependencies": { "axios": "^1.6.5", "qs": "^6.11.2" }, "devDependencies": { "@types/node": "^20.11.0", "@types/qs": "^6.9.11", "@typescript-eslint/eslint-plugin": "^6.19.0", "@typescript-eslint/parser": "^6.19.0", "dotenv": "^16.4.5", "eslint": "^8.56.0", "tsup": "^8.0.1", "tsx": "^4.7.1", "typescript": "^5.3.3" }, "publishConfig": { "access": "public" } }