{
  "name": "ts-http-status-utils",
  "version": "1.0.2",
  "description": "HTTP status code declarations, descriptions and utils",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "homepage": "https://github.com/thejfreitas/ts-http-status-utils#ts-http-status-utils-hammer_and_wrench-computer-toolbox",
  "bugs": "https://github.com/thejfreitas/ts-http-status-utils/issues",
  "repository": "git@github.com:thejfreitas/ts-http-status-utils.git",
  "author": "J. de Freitas",
  "license": "MIT",
  "keywords": [
    "typescript",
    "http",
    "status",
    "http-status",
    "http-status-code",
    "http-utils",
    "http-error",
    "http-error-message"
  ],
  "scripts": {
    "build": "rm -rf dist && tsc",
    "test": "jest",
    "watch": "tsc --watch"
  },
  "devDependencies": {
    "@types/jest": "^27.5.1",
    "jest": "^28.1.0",
    "ts-jest": "^28.0.3",
    "ts-loader": "^9.3.0",
    "ts-node": "^10.8.0",
    "typescript": "^4.7.2"
  }
}
