{
  "name": "@watchedcom/sdk",
  "description": "WATCHED.com Javascript SDK",
  "version": "0.35.2",
  "main": "dist",
  "scripts": {
    "test": "jest",
    "build": "tsc",
    "prepublishOnly": "rm -rf dist && npm run build"
  },
  "dependencies": {
    "@types/express": "^4.17.3",
    "@watchedcom/schema": "^0.35.2",
    "agent-base": "^6.0.1",
    "body-parser": "^1.19.0",
    "commander": "^6.1.0",
    "debug": "^4.1.1",
    "dotenv": "^8.2.0",
    "express": "^4.17.1",
    "express-async-errors": "^3.1.1",
    "guess-ts-main": "^1.0.2",
    "lodash": "^4.17.20",
    "markdown-it": "^11.0.0",
    "mongodb": "^3.5.7",
    "morgan": "^1.10.0",
    "ms": "^2.1.2",
    "node-fetch": "^2.6.1",
    "pug": "^3.0.0",
    "redis": "^3.0.2",
    "semver": "^7.3.2",
    "ts-node-dev": "^1.0.0-pre.44",
    "uuid": "^8.0.0"
  },
  "devDependencies": {
    "@types/body-parser": "^1.19.0",
    "@types/debug": "^4.1.5",
    "@types/jest": "^26.0.8",
    "@types/lodash": "^4.14.150",
    "@types/markdown-it": "^10.0.1",
    "@types/mongodb": "^3.5.16",
    "@types/morgan": "^1.9.0",
    "@types/ms": "^0.7.31",
    "@types/node-fetch": "^2.5.7",
    "@types/pug": "^2.0.4",
    "@types/redis": "^2.8.20",
    "@types/semver": "^7.1.0",
    "@types/supertest": "^2.0.9",
    "@types/uuid": "^8.0.1",
    "jest": "^26.4.2",
    "supertest": "^4.0.2",
    "ts-jest": "^26.1.4",
    "typescript": "^4.0.2"
  },
  "lint-staged": {
    "*.{js,ts,tsx,css,md}": [
      "tslint --fix",
      "prettier --write",
      "git add"
    ]
  },
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  },
  "gitHead": "781302d60739add8cd04975fed1682ee389cea65"
}
