{
  "name": "polygon.io",
  "version": "2.1.2",
  "description": "Isomorphic Javascript client for Polygon.io Stocks, Forex, and Crypto APIs",
  "main": "lib/main.js",
  "types": "lib/main.d.ts",
  "scripts": {
    "test": "mocha --require ts-node/register '**/*.test.ts'",
    "test:watch": "mocha --require ts-node/register --watch '**/*.test.ts'",
    "format": "prettier --write '**/*.ts'",
    "build": "tsc",
    "generate-doc": "typedoc"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/polygon-io/client-js.git"
  },
  "keywords": [
    "polygon.io",
    "stock api",
    "forex api",
    "crypto api"
  ],
  "contributors": [
    {
      "name": "Julien Prugne",
      "email": "julien@webeleon.dev"
    },
    {
      "name": "Katie Adams",
      "email": "katie@polygon.io"
    }
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/polygon-io/client-js/issues"
  },
  "homepage": "https://github.com/polygon-io/client-js#readme",
  "devDependencies": {
    "@types/chai": "^4.2.15",
    "@types/mocha": "^8.2.2",
    "@types/node": "^14.14.35",
    "@types/sinon": "^9.0.11",
    "@types/websocket": "^1.0.2",
    "chai": "^4.3.4",
    "husky": "^5.2.0",
    "lint-staged": "^10.5.4",
    "mocha": "^8.3.2",
    "prettier": "^2.2.1",
    "sinon": "^10.0.0",
    "ts-node": "^9.1.1",
    "typedoc": "^0.20.33",
    "typescript": "^4.2.3"
  },
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  },
  "lint-staged": {
    "*.{ts,json,md}": [
      "prettier --write",
      "git add"
    ]
  },
  "dependencies": {
    "cross-fetch": "^3.1.2",
    "query-string": "^7.0.0",
    "websocket": "^1.0.33"
  }
}
