{
  "name": "ts-err-hunter",
  "version": "1.1.6",
  "description": "",
  "main": "lib/index.js",
  "types": "lib/types/index.d.ts",
  "scripts": {
    "build": "tsc",
    "test": "jest --runInBand --verbose --coverage",
    "prepare": "npm run build",
    "postversion": "git push && git push --tags"
  },
  "author": "Ethan Zhang",
  "license": "MIT",
  "husky": {
    "hooks": {
      "pre-commit": "npm test"
    }
  },
  "dependencies": {
    "error-stack-parser": "^2.0.6",
    "lodash": "^4.17.21",
    "source-map": "^0.7.3"
  },
  "devDependencies": {
    "@types/jest": "^26.0.20",
    "@types/lodash": "^4.14.168",
    "@types/node": "^14.14.35",
    "husky": "^5.2.0",
    "jest": "^26.6.3",
    "ts-jest": "^26.5.3",
    "typescript": "^4.2.3"
  }
}
