{
  "name": "node-api-hitbtc",
  "version": "1.3.6",
  "description": "Non-official implementation of HitBTC's API's",
  "jest": {
    "coverageReporters": [
      "json-summary",
      "text",
      "lcov"
    ]
  },
  "scripts": {
    "test": "jest --coverage --passWithNoTests --verbose",
    "badges": "istanbul-badges-readme --colors=red:50,yellow:80",
    "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.11.0",
    "limiter": "^3.0.0",
    "ws": "^8.18.3"
  },
  "devDependencies": {
    "dotenv": "^17.2.2",
    "istanbul-badges-readme": "^1.9.0",
    "jest": "^30.1.3"
  }
}
