@debate300/bithumb
Version:
A real-time cryptocurrency price tracker for Bithumb.
48 lines (47 loc) • 1.04 kB
JSON
{
"name": "@debate300/bithumb",
"version": "1.1.20",
"description": "A real-time cryptocurrency price tracker for Bithumb.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"bin": {
"debate300": "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"
],
"author": "debate300",
"license": "ISC",
"homepage": "https://debate300.com",
"packageManager": "pnpm@10.12.4",
"dependencies": {
"axios": "^1.11.0",
"chalk": "^5.6.0",
"cli-table3": "^0.6.5",
"ws": "^8.18.3",
"node-notifier": "^10.0.1"
},
"devDependencies": {
"@types/jsonwebtoken": "^9.0.10",
"@types/ws": "^8.18.1",
"@types/node-notifier": "^8.0.5",
"typescript": "^5.9.2"
}
}