{
  "name": "iex-ts-client",
  "version": "1.0.0",
  "description": "IEX Cloud API TypeScript Client",
  "main": "build/main/index.js",
  "typings": "build/main/index.d.ts",
  "module": "build/module/index.js",
  "repository": "https://github.com/zishe/iex-ts-client",
  "author": "Alexander Kireev",
  "license": "MIT",
  "keywords": [
    "iex cluod api"
  ],
  "scripts": {
    "build": "run-s clean && run-p build:*",
    "build:main": "tsc -p tsconfig.json",
    "build:module": "tsc -p tsconfig.module.json",
    "fix": "run-s fix:*",
    "fix:prettier": "prettier \"src/**/*.ts\" --write",
    "fix:tslint": "tslint --fix --project .",
    "doc": "run-s doc:html && open-cli build/docs/index.html",
    "doc:html": "typedoc src/ --theme ./node_modules/typedoc-neo-theme/bin/default --exclude **/*.spec.ts --target ES6 --mode file --out build/docs",
    "doc:json": "typedoc src/ --theme ./node_modules/typedoc-neo-theme/bin/default --exclude **/*.spec.ts --target ES6 --mode file --json build/docs/typedoc.json",
    "doc:publish": "gh-pages -m \"[ci skip] Updates\" -d build/docs",
    "test": "jest --env=node --colors --coverage",
    "clean": "trash build",
    "recordings:clean": "rm -rf ./__recordings__",
    "version": "run-s doc:html doc:publish",
    "prepare-release": "run-s doc:html standard-version doc:publish",
    "release": "np --no-tests"
  },
  "dependencies": {
    "dotenv": "^8.2.0",
    "node-fetch": "^2.6.0"
  },
  "devDependencies": {
    "@pollyjs/adapter-node-http": "^3.0.0",
    "@pollyjs/core": "^3.0.0",
    "@pollyjs/persister-fs": "^3.0.0",
    "@types/jasmine": "^3.5.0",
    "@types/jest": "^24.0.24",
    "@types/nock": "^11.1.0",
    "@types/node-fetch": "^2.5.4",
    "@types/setup-polly-jest": "^0.5.0",
    "gh-pages": "^2.1.1",
    "jasmine": "^3.5.0",
    "jest": "^24.9.0",
    "np": "^5.2.1",
    "npm-run-all": "^4.1.5",
    "open-cli": "^5.0.0",
    "prettier": "^1.19.1",
    "rimraf": "^3.0.0",
    "setup-polly-jest": "^0.6.0",
    "standard-version": "^7.0.1",
    "trash-cli": "^3.0.0",
    "ts-jest": "^24.2.0",
    "tslint": "^5.20.1",
    "tslint-config-prettier": "^1.18.0",
    "tslint-immutable": "^6.0.1",
    "typedoc": "^0.15.5",
    "typedoc-neo-theme": "^1.0.4",
    "typescript": "^3.7.4"
  }
}
