{
  "name": "@hmcts/draft-store-client",
  "version": "1.2.1",
  "description": "JavaScript client for draft store",
  "engines": {
    "node": ">=8.0.0"
  },
  "main": "./dist/index.js",
  "typings": "./dist/index.d.ts",
  "scripts": {
    "prepublishOnly": "tsc -p tsconfig.publish.json",
    "postpublish": "rm -rf dist/",
    "lint": "tslint --project tsconfig.json",
    "test": "NODE_ENV=mocha LOG_LEVEL=OFF mocha --opts mocha.opts --reporter-options reportFilename=unit,inlineAssets=true,reportTitle=draft-store-client 'src/test/draft/**/*.ts'",
    "test:coverage": "NODE_ENV=mocha LOG_LEVEL=OFF nyc mocha --opts mocha.opts 'src/test/draft/**/*.ts'",
    "precommit": "yarn lint",
    "prepush": "yarn test"
  },
  "repository": {
    "type": "git",
    "url": "git@git.github.com:hmcts/draft-store-client.git"
  },
  "author": "HMCTS Reform",
  "license": "MIT",
  "dependencies": {
    "moment": "^2.18.1",
    "request": "^2.81.0",
    "request-promise-native": "^1.0.3"
  },
  "devDependencies": {
    "@types/chai": "^4.0.3",
    "@types/chai-as-promised": "^7.1.0",
    "@types/chai-spies": "^0.0.0",
    "@types/http-status-codes": "^1.0.29",
    "@types/lodash": "^4.14.78",
    "@types/mocha": "*",
    "@types/nock": "^8.2.1",
    "@types/node": "^8.0.24",
    "@types/request-promise-native": "^1.0.2",
    "@types/sinon-chai": "^2.7.28",
    "@types/supertest": "*",
    "chai": "^4.1.1",
    "chai-as-promised": "^7.1.1",
    "cookie": "^0.3.1",
    "debug": "^3.0.0",
    "http-status-codes": "^1.3.0",
    "husky": "^0.14.3",
    "lodash": "^4.17.4",
    "mocha": "^4.0.1",
    "mochawesome": "^2.2.0",
    "mock-require": "^2.0.1",
    "nock": "^9.0.25",
    "nsp": "^2.6.3",
    "nyc": "^11.2.1",
    "sinon": "^4.0.1",
    "sinon-chai": "^2.13.0",
    "sinon-express-mock": "^1.3.0",
    "sonarqube-scanner": "^2.0.1",
    "supertest": "^3.0.0",
    "ts-node": "^3.3.0",
    "tslint": "^5.5.0",
    "tslint-config-standard": "^6.0.1",
    "typescript": "^2.5.3"
  },
  "nyc": {
    "extension": [
      ".ts"
    ],
    "include": [
      "src/main"
    ],
    "exclude": [
      "**/*.d.ts"
    ],
    "reporter": [
      "lcov",
      "text-summary"
    ],
    "report-dir": "coverage-report",
    "all": true
  }
}
