{
  "name": "@heidelmann91/custom-error",
  "version": "0.0.2",
  "description": "This package provides a custom error implementation",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "keywords": ["typescript", "ts", "custom-error", "customerror"],
  "scripts": {
    "test-lint": "npm test && npm run lint",
    "test": "jest --config jestconfig.json",
    "build": "rm -rf lib && tsc",
    "lint": "tslint -p tsconfig.json",
    "prepare" : "npm run build",
    "prepublishOnly" : "npm run test-lint",
    "preversion": "npm run test-lint",
    "version": "npm run test-lint && git add -A .",
    "postversion": "git push && git push --tags"
  },
  "release": {
    "branches": [
      "main"
    ]
  },
  "files": [
    "lib/**/*",
    "README.md"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/heidelmann91/custom-error.git"
  },
  "bugs": {
    "url": "https://github.com/heidelmann91/custom-error/issues",
    "email": "christoph.heidelmann@gmail.com"
  },
  "homepage": "https://github.com/heidelmann91/custom-error#readme",
  "author": {
    "name": "Christoph Heidelmann",
    "email": "christoph.heidelmann@gmail.com"
  },
  "license": "ISC",
  "devDependencies": {
    "@types/jest": "^29.5.0",
    "@types/node": "^18.15.11",
    "jest": "^29.5.0",
    "ts-jest": "^29.1.0",
    "tslint": "^6.1.3",
    "tslint-config-prettier": "^1.18.0",
    "typescript": "^5.0.3"
  }
}
