{
  "name": "node-binance-api",
  "version": "0.12.4",
  "description": "Binance API for node https://github.com/jaggedsoft/node-binance-api",
  "main": "node-binance-api.js",
  "dependencies": {
    "async": "^3.1.0",
    "https-proxy-agent": "^3.0.1",
    "request": "^2.88.0",
    "socks-proxy-agent": "^4.0.2",
    "string-hash": "^1.1.3",
    "json-bigint": "^1.0.0",
    "url": "^0.11.0",
    "ws": "^7.2.0"
  },
  "scripts": {
    "test": "mocha",
    "test-debug": "mocha --inspect-brk",
    "lint": "eslint -c .eslintrc.js node-binance-api.js test.js",
    "cover": "istanbul cover _mocha --report lcovonly",
    "coveralls": "cat ./coverage/lcov.info | coveralls",
    "codacy": "cat ./coverage/lcov.info | codacy-coverage -v",
    "codecov": "codecov"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/jaggedsoft/node-binance-api.git"
  },
  "keywords": [
    "binance",
    "api"
  ],
  "author": "Jon Eyrick <mm@liquidity.ltd> (https://liquidity.ltd)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/jaggedsoft/node-binance-api/issues"
  },
  "homepage": "https://github.com/jaggedsoft/node-binance-api#readme",
  "devDependencies": {
    "chai": "^4.2.0",
    "chai-counter": "^1.0.0",
    "codacy-coverage": "^3.4.0",
    "codecov": "^3.6.1",
    "coveralls": "^3.0.7",
    "eslint": "^6.6.0",
    "istanbul": "^0.4.5",
    "jsdoc": "^3.6.3",
    "mocha": "^6.2.2",
    "mocha-lcov-reporter": "^1.3.0",
    "nyc": "^14.1.1"
  }
}
