{
  "name": "http-problem-details-mapper",
  "version": "0.1.7",
  "description": "Mapper functions for http-problem-details",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "directories": {
    "test": "test"
  },
  "files": [
    "dist/**/*.js",
    "dist/**/*.js.map",
    "dist/**/*.d.ts"
  ],
  "scripts": {
    "build": "rm -rf ./dist && tsc --project tsconfig-build.json",
    "lint-ts": "eslint --ext .ts .",
    "test": "jest",
    "release": "standard-version"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/PDMLab/http-problem-details-mapper.git"
  },
  "keywords": [
    "http",
    "problem",
    "error",
    "http-problem",
    "rfc7807",
    "rest",
    "api"
  ],
  "author": "Alexander Zeitler <alexander.zeitler@pdmlab.com>",
  "contributors": [
    {
      "name": "Tomasz Pluskiewicz",
      "url": "https://t-code.pl/"
    }
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/PDMLab/http-problem-details-mapper/issues"
  },
  "homepage": "https://github.com/PDMLab/http-problem-details-mapper#readme",
  "peerDependencies": {
    "http-problem-details": "^0.1.0"
  },
  "devDependencies": {
    "@commitlint/cli": "^8.2.0",
    "@commitlint/config-conventional": "^8.2.0",
    "@types/jest": "^25.1.4",
    "@types/node": "^10.14.5",
    "@typescript-eslint/eslint-plugin": "^2.23.0",
    "@typescript-eslint/parser": "^2.23.0",
    "eslint": "^6.8.0",
    "eslint-config-standard-with-typescript": "^14.0.0",
    "eslint-plugin-import": "^2.17.2",
    "eslint-plugin-node": "^11.0.0",
    "eslint-plugin-promise": "^4.1.1",
    "eslint-plugin-standard": "^4.0.0",
    "http-problem-details": "^0.1.0",
    "husky": "^4.2.3",
    "jest": "^25.1.0",
    "should": "^13.2.3",
    "standard-version": "^7.1.0",
    "ts-jest": "^25.2.1",
    "typescript": "^3.4.4"
  },
  "husky": {
    "hooks": {
      "commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
    }
  },
  "commitlint": {
    "extends": [
      "@commitlint/config-conventional"
    ]
  },
  "jest": {
    "testRegex": "test/.+[Tt]ests?\\.tsx?$",
    "transform": {
      "^.+\\.tsx?$": "ts-jest"
    },
    "coverageDirectory": "./coverage/",
    "collectCoverage": true
  }
}
