{
  "name": "@icapps/tree-house-errors",
  "version": "3.3.0",
  "description": "NodeJS default error definitions with an error parser utility function",
  "main": "build/index.js",
  "types": "build/index.d.ts",
  "scripts": {
    "clean": "rimraf ./build",
    "build": "npm run clean && tsc",
    "lint": "eslint 'src/**/*.ts'",
    "test": "jest",
    "test:coverage": "jest --coverage --collectCoverageFrom=src/**/*.ts",
    "test:watch": "jest --watchAll",
    "pretest": "npm run build",
    "prepare": "npm run build",
    "release": "np --no-cleanup",
    "git:clean": "git branch --merged | egrep -v \"(^\\*|master|staging|develop)\" | xargs git branch -d",
    "git:clean-remote": "git remote prune origin"
  },
  "precommit": [
    "lint",
    "build"
  ],
  "dependencies": {
    "express-validation": "~4.1.0",
    "http-status": "~1.5.2",
    "i18n": "~0.15.0",
    "joi": "~17.6.0",
    "safe-json-stringify": "~1.2.0",
    "tree-house-translations": "~1.2.2",
    "uuid": "~8.3.2"
  },
  "devDependencies": {
    "@types/i18n": "~0.13.4",
    "@types/jest": "28.1.6",
    "@types/uuid": "~8.3.4",
    "@typescript-eslint/eslint-plugin": "~5.30.7",
    "@typescript-eslint/parser": "~5.30.7",
    "coveralls": "~3.1.1",
    "eslint": "~8.20.0",
    "eslint-config-prettier": "~8.5.0",
    "jest": "~28.1.3",
    "np": "~8.0.4",
    "pre-commit": "~1.2.2",
    "rimraf": "~3.0.2",
    "supertest": "~6.2.4",
    "ts-jest": "~28.0.7",
    "typescript": "~4.5.4"
  },
  "peerDependencies": {
    "express": "4.x"
  },
  "engines": {
    "node": ">=12.0.0"
  },
  "directories": {
    "test": "tests"
  },
  "keywords": [
    "tree house",
    "treehouse",
    "errors"
  ],
  "license": "ISC",
  "repository": "git@github.com:icapps/tree-house-errors.git",
  "bugs": {
    "url": "https://github.com/icapps/tree-house-errors/issues"
  },
  "homepage": "https://github.com/icapps/tree-house-errors#readme"
}
