{
  "name": "@labshare/request-tracking-api",
  "namespace": "requests",
  "main": "./",
  "version": "1.20.5",
  "description": "API's to implement request tracking",
  "contributors": "https://github.com/LabShare/request-tracking-api/graphs/contributors",
  "repository": {
    "type": "git",
    "url": "https://github.com/LabShare/request-tracking-api.git"
  },
  "bugs": {
    "url": "https://github.com/LabShare/request-tracking-api/issues"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "http://github.com/LabShare/request-tracking-api/raw/master/LICENSE.md"
    }
  ],
  "nyc": {
    "require": [
      "ts-node/register"
    ],
    "reporter": [
      "text",
      "lcov"
    ],
    "report-dir": "./coverage/unit",
    "sourceMap": true,
    "instrument": true,
    "extension": [
      ".ts"
    ],
    "include": [
      "lib/**/*.ts"
    ],
    "exclude": [
      "**/*.d.ts"
    ],
    "all": true
  },
  "scripts": {
    "build": "tsc",
    "commitmsg": "commitlint -e $GIT_PARAMS",
    "lint": "tslint -p tsconfig.json -c tslint.json",
    "lint:fix": "tslint -p tsconfig.json -c tslint.json --fix",
    "pretest": "tsc",
    "semantic-release": "semantic-release",
    "test": "env CONFIG_FILE=test-config.json node spec/spec.js",
    "test:coverage": "npm run build && env CONFIG_FILE=test-config.json  istanbul cover spec/spec.js && istanbul check-coverage",
    "watch:build": "tsc --watch"
  },
  "packageDependencies": [
    "@labshare/shell",
    "@labshare/facility"
  ],
  "dependencies": {
    "@labshare/facility": "^5.19.1",
    "@labshare/shell": "^4.0.2",
    "exceljs": "^3.4.0",
    "memory-streams": "^0.1.3",
    "multer": "^1.3.0",
    "path": "^0.12.7",
    "promise-queue": "^2.2.3",
    "q": "^1.4.1",
    "queue-async": "^1.0.7",
    "reflect-metadata": "^0.1.10",
    "restler": "^3.2.2",
    "shelljs": "^0.8.2",
    "url-join": "^4.0.0",
    "yargs": "^11.0.0"
  },
  "devDependencies": {
    "@commitlint/cli": "^7.0.0",
    "@commitlint/config-conventional": "^7.0.1",
    "@labshare/semantic-release-config": "^1.0.0",
    "@types/chai": "^4.1.7",
    "@types/chai-as-promised": "^7.1.0",
    "@types/jasmine": "^2.6.0",
    "@types/lodash": "^4.14.82",
    "@types/mocha": "^5.2.5",
    "@types/nock": "^9.1.3",
    "@types/node": "^10.3.0",
    "@types/q": "^1.0.6",
    "@types/reflect-metadata": "0.1.0",
    "@types/sinon": "^5.0.5",
    "@types/supertest": "^2.0.4",
    "@types/url-join": "^0.8.2",
    "chai": "^4.2.0",
    "chai-as-promised": "^7.1.1",
    "chai-spies": "^1.0.0",
    "istanbul": "^0.4.5",
    "jasmine": "^3.1.0",
    "jasmine-console-reporter": "^3.1.0",
    "nock": "^9.0.2",
    "nyc": "^12.0.2",
    "proxyquire": "^2.0.1",
    "request": "^2.85.0",
    "rewire": "^4.0.1",
    "run-sequence": "^2.2.1",
    "semantic-release": "^15.5.0",
    "sinon": "^6.3.5",
    "sinon-chai": "^3.3.0",
    "supertest": "^3.0.0",
    "supertest-session": "^3.1.0",
    "ts-node": "^7.0.1",
    "tslint": "^5.20.1",
    "typescript": "^3.1.6",
    "typings": "^2.1.1"
  },
  "publishConfig": {
    "access": "public"
  },
  "release": {
    "extends": "@labshare/semantic-release-config"
  },
  "peerDependencies": {}
}
