{
  "name": "binance-us",
  "version": "0.20.3",
  "description": "Binance US Client",
  "main": "dist/src/index.js",
  "types": "dist/src/index.d.ts",
  "author": "David Clutter <cluttered.code@gmail.com>",
  "license": "ISC",
  "repository": "git@gitlab.com:cluttered-code/open-source/binance-us.git",
  "bugs": {
    "url": "https://gitlab.com/cluttered-code/open-source/binance-us/issues"
  },
  "homepage": "https://gitlab.com/cluttered-code/open-source/binance-us",
  "keywords": [
    "binance.us",
    "binance",
    "api",
    "us",
    "client"
  ],
  "files": [
    "dist/src"
  ],
  "engines": {
    "node": ">=10"
  },
  "scripts": {
    "check": "gts check",
    "clean": "gts clean",
    "precompile": "yarn clean && yarn fix",
    "compile": "tsc",
    "coverage": "nyc -r text -r text-summary -e .ts -n \"src/**/*\" yarn test",
    "coverage:pipeline": "nyc -r text-summary -r lcov -e .ts -n \"src/**/*\" yarn test",
    "coverage:html": "nyc -r html -e .ts -n \"src/**/*\" yarn test",
    "fix": "gts fix",
    "test": "cross-env NODE_ENV=test mocha -r ts-node/register test/**/*.spec.ts",
    "posttest": "yarn check",
    "tdd": "cross-env NODE_ENV=test mocha -w -r ts-node/register test/**/*.spec.ts",
    "prepublishOnly": "yarn compile && yarn check",
    "preversion": "yarn check",
    "version": "yarn fix && git add -A src && git add -A test",
    "postversion": "git push && git push --tags"
  },
  "devDependencies": {
    "@types/chai": "^4.2.12",
    "@types/mocha": "^8.0.1",
    "@types/node": "^14.0.27",
    "@types/sinon": "^9.0.4",
    "@types/ws": "^7.2.6",
    "chai": "^4.2.0",
    "cross-env": "^7.0.2",
    "gts": "^2.0.2",
    "mocha": "^8.1.1",
    "nyc": "^15.1.0",
    "sinon": "^9.0.2",
    "ts-node": "^8.10.2",
    "typescript": "^3.9.7"
  },
  "dependencies": {
    "axios": "^0.19.2",
    "ws": "^7.3.1"
  }
}
