{
  "name": "harvest",
  "version": "2.2.6",
  "description": "Harvest API client library",
  "repository": {
    "type": "git",
    "url": "https://github.com/simplyspoke/node-harvest.git"
  },
  "keywords": [
    "npm",
    "harvest"
  ],
  "module": "./dist/index.js",
  "jsnext:main": "./dist/index.js",
  "main": "./dist/index.js",
  "typings": "./dist/index.d.ts",
  "files": [
    "dist"
  ],
  "author": "Tristan Fitzgerald",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/simplyspoke/node-harvest/issues"
  },
  "scripts": {
    "lint": "tslint -t codeFrame 'src/**/*.ts' 'test/**/*.ts'",
    "prebuild": "rimraf dist",
    "build": "tsc && typedoc --out docs --target es6 --theme minimal --mode file src",
    "test": "jest",
    "test:watch": "jest --watchAll",
    "test:integration": "npm run test:cleanup && jest -i --config=jest.integration.js",
    "test:integration:watch": "npm run test:cleanup && jest -i --config=jest.integration.js --watchAll",
    "test:prod": "npm run lint && npm run test -- --coverage --no-cache",
    "test:cleanup": "ts-node test/test.cleanup",
    "deploy-docs": "ts-node tools/gh-pages-publish",
    "report-coverage": "cat ./coverage/lcov.info | coveralls",
    "commit": "git-cz",
    "semantic-release": "semantic-release",
    "semantic-release-prepare": "ts-node tools/semantic-release-prepare",
    "precommit": "lint-staged"
  },
  "lint-staged": {
    "{src,test}/**/*.ts": [
      "prettier --write --single-quote",
      "git add"
    ]
  },
  "config": {
    "commitizen": {
      "path": "node_modules/cz-conventional-changelog"
    },
    "validate-commit-msg": {
      "types": "conventional-commit-types",
      "helpMessage": "Use \"npm run commit\" instead, we use conventional-changelog format :) (https://github.com/commitizen/cz-cli)"
    }
  },
  "dependencies": {
    "async": "^3.1.0",
    "request": "^2.88.0",
    "request-promise": "^4.2.2",
    "semantic-release": "^15.13.25"
  },
  "devDependencies": {
    "@types/async": "^3.0.2",
    "@types/jest": "^24.0.18",
    "@types/node": "^12.7.11",
    "@types/request-promise": "^4.1.44",
    "coveralls": "^3.0.6",
    "cz-conventional-changelog": "^3.0.2",
    "dotenv": "^8.1.0",
    "dts-bundle": "^0.7.3",
    "fs-extra": "^8.1.0",
    "husky": "^3.0.8",
    "jest": "^24.9.0",
    "lint-staged": "^9.4.1",
    "prettier": "^1.18.2",
    "rimraf": "^3.0.0",
    "ts-jest": "^24.1.0",
    "ts-loader": "^6.2.0",
    "ts-node": "^8.4.1",
    "tslint": "^5.20.0",
    "tslint-config-prettier": "^1.15.0",
    "tslint-config-standard": "^8.0.1",
    "typedoc": "^0.15.0",
    "typescript": "^3.6.3",
    "validate-commit-msg": "^2.14.0"
  },
  "engines": {
    "node": ">=8.10.0"
  }
}
