node-api-hitbtc
Version:
Non-official implementation of HitBTC's API's
42 lines (41 loc) • 980 B
JSON
{
"name": "node-api-hitbtc",
"version": "1.2.21",
"description": "Non-official implementation of HitBTC's API's",
"main": "index.js",
"jest": {
"coverageReporters": [
"json-summary",
"text",
"lcov"
]
},
"scripts": {
"test": "jest --coverage --passWithNoTests --verbose",
"badges": "istanbul-badges-readme",
"patch": "npm version patch --no-git-tag-version"
},
"repository": {
"type": "git",
"url": "git+https://github.com/alexander-hagen/node-api-hitbtc.git"
},
"keywords": [
"hitbtc",
"tradebots.nl"
],
"author": "Alexander Hagen",
"license": "MIT",
"bugs": {
"url": "https://github.com/alexander-hagen/node-api-hitbtc/issues"
},
"homepage": "https://github.com/alexander-hagen/node-api-hitbtc#readme",
"dependencies": {
"axios": "^1.6.7",
"ws": "^8.16.0"
},
"devDependencies": {
"dotenv": "^16.4.4",
"istanbul-badges-readme": "^1.9.0",
"jest": "^29.7.0"
}
}