{
  "name": "@senhung/http-exceptions",
  "version": "1.1.1",
  "description": "⚠️ Http server side error exceptions",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "test": "npm run build && mocha tests --recursive",
    "build": "tsc",
    "watch": "tsc --watch"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/senhungwong/http-exceptions.git"
  },
  "author": "Senhung Wong <0x53656e@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/senhungwong/http-exceptions/issues"
  },
  "homepage": "https://github.com/senhungwong/http-exceptions#readme",
  "keywords": [
    "http",
    "exceptions",
    "server-side-error",
    "http-exceptions",
    "restful",
    "rest",
    "http-server-exceptions"
  ],
  "devDependencies": {
    "chai": "^4.1.2",
    "chai-http": "^4.0.0",
    "express": "^4.16.3",
    "mocha": "^5.2.0",
    "tslib": "^1.9.3",
    "typescript": "^2.9.2"
  },
  "files": [
    "dist"
  ]
}
