@debate300/bithumb-pro
Version:
A real-time cryptocurrency price tracker for Bithumb (Pro).
52 lines (51 loc) • 1.15 kB
JSON
{
"name": "@debate300/bithumb-pro",
"version": "1.1.0",
"description": "A real-time cryptocurrency price tracker for Bithumb (Pro).",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"bin": {
"debate300-pro": "dist/index.js"
},
"files": [
"dist",
"config.json-top30"
],
"repository": {
"type": "git",
"url": "git+https://github.com/postgresql-co-kr/crypto-bithumb.git"
},
"scripts": {
"build": "tsc",
"test": "echo \"No test specified\"",
"prepublishOnly": "pnpm build"
},
"keywords": [
"debate300",
"crypto",
"coin",
"korea",
"bithumb",
"pro"
],
"author": "debate300",
"license": "ISC",
"homepage": "https://debate300.com",
"packageManager": "pnpm@10.12.4",
"dependencies": {
"@types/node-notifier": "^8.0.5",
"axios": "^1.11.0",
"chalk": "^5.6.0",
"cli-table3": "^0.6.5",
"jsonwebtoken": "^9.0.2",
"node-notifier": "^10.0.1",
"uuid": "^11.1.0",
"ws": "^8.18.3"
},
"devDependencies": {
"@types/jsonwebtoken": "^9.0.10",
"@types/uuid": "^10.0.0",
"@types/ws": "^8.18.1",
"typescript": "^5.9.2"
}
}