{
  "name": "iex-cloud-tmp",
  "version": "2.1.2",
  "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-cloud",
  "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 **/*.test.ts --target ES6 --mode file --out build/docs",
    "doc:json": "typedoc src/ --theme ./node_modules/typedoc-neo-theme/bin/default --exclude **/*.test.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",
    "coveralls": "cat ./coverage/lcov.info | node node_modules/.bin/coveralls",
    "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"
  },
  "dependencies": {
    "dotenv": "^8.2.0",
    "node-fetch": "^2.6.0"
  },
  "devDependencies": {
    "@pollyjs/adapter-node-http": "^4.0.3",
    "@pollyjs/core": "^4.0.2",
    "@pollyjs/persister-fs": "^4.0.2",
    "@semantic-release/changelog": "^5.0.0",
    "@semantic-release/commit-analyzer": "^8.0.1",
    "@semantic-release/git": "^9.0.0",
    "@semantic-release/npm": "^7.0.2",
    "@semantic-release/release-notes-generator": "^9.0.0",
    "@types/jasmine": "^3.5.2",
    "@types/jest": "^25.1.1",
    "@types/nock": "^11.1.0",
    "@types/node-fetch": "^2.5.4",
    "@types/setup-polly-jest": "^0.5.0",
    "coveralls": "^3.0.9",
    "gh-pages": "^2.2.0",
    "jasmine": "^3.5.0",
    "jest": "^25.1.0",
    "np": "^5.2.1",
    "npm-run-all": "^4.1.5",
    "open-cli": "^5.0.0",
    "prettier": "^1.19.1",
    "rimraf": "^3.0.1",
    "semantic-release": "^17.0.2",
    "setup-polly-jest": "^0.6.0",
    "standard-version": "^7.1.0",
    "trash-cli": "^3.0.0",
    "ts-jest": "^25.1.0",
    "tslint": "^6.0.0",
    "tslint-config-prettier": "^1.18.0",
    "tslint-immutable": "^6.0.1",
    "typedoc": "^0.16.9",
    "typedoc-neo-theme": "^1.0.5",
    "typescript": "^3.7.5"
  },
  "release": {
    "plugins": [
      "@semantic-release/commit-analyzer",
      "@semantic-release/release-notes-generator",
      "@semantic-release/changelog",
      "@semantic-release/git"
    ],
    "branch": "master"
  }
}
