{
  "name": "timedoctor",
  "version": "2.0.7",
  "description": "Client Package for Interacting with the TimeDoctor API.",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "scripts": {
    "test": "NODE_ENV=test nyc npm run mocha && npm run coverage",
    "test-ts": "mocha --require ts-node/register --timeout 0 --exit ./src/test/*.test.ts",
    "coverage": "nyc report --reporter=json > coverage/coverage.json && codecov -t aca94382-a93e-46cf-92b6-3cd4355c8526",
    "mocha": "mocha --require co-mocha --timeout 3000 --exit dist/test/**.test.js",
    "prepare": "npm run test-ts && npm run build-ts && npm run test",
    "build-ts": "npm run clean-ts && npm run compile-ts",
    "clean-ts": "rm -rf ./dist && mkdir ./dist",
    "compile-ts": "tsc -p ./"
  },
  "keywords": [
    "timedoctor"
  ],
  "author": "Parker Self",
  "license": "ISC",
  "dependencies": {
    "express": "^4.16.3",
    "request": "^2.87.0",
    "request-promise-native": "^1.0.5"
  },
  "devDependencies": {
    "@semantic-release/changelog": "^3.0.0",
    "@semantic-release/git": "^7.0.1",
    "@types/express": "^4.16.0",
    "@types/node": "^10.5.7",
    "@types/request-promise-native": "^1.0.15",
    "chai": "^4.1.2",
    "chai-as-promised": "^7.1.1",
    "co-mocha": "^1.2.2",
    "codecov": "^3.1.0",
    "cross-env": "^5.2.0",
    "dotenv": "^6.0.0",
    "mocha": "^5.2.0",
    "nock": "^9.6.0",
    "nyc": "^12.0.2",
    "semantic-release": "^15.9.6",
    "sinon": "^6.1.4",
    "sinon-chai": "^3.2.0",
    "ts-node": "^7.0.1",
    "typescript": "^3.0.3"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/parkerself22/timedoctor.git"
  }
}
