{
  "name": "node-api-huobi",
  "version": "0.1.8",
  "description": "Non-official implementation of Huobi'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-huobi.git"
  },
  "keywords": [
    "huobi",
    "tradebots.nl"
  ],
  "author": "Alexander Hagen",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/alexander-hagen/node-api-huobi/issues"
  },
  "homepage": "https://github.com/alexander-hagen/node-api-huobi#readme",
  "dependencies": {
    "axios": "^0.30.2",
    "ws": "^8.5.0",
    "pako": "^2.0.4"
  },
  "devDependencies": {
    "dotenv": "^17.2.2",
    "istanbul-badges-readme": "^1.9.0",
    "jest": "^30.1.3"
  }
}
