{
  "name": "http-exception-library",
  "version": "1.0.2",
  "description": "A set of exceptions classes.",
  "main": "src/index.js",
  "type": "module",
  "scripts": {
    "start": "node --watch src/index.js",
    "test": "node --test src/tests"
  },
  "keywords": [
    "http",
    "exception",
    "exceptions",
    "http exceptions",
    "error handling"
  ],
  "author": "jeandossantos <jeanddg@hotmail.com",
  "homepage": "https://github.com/jeandossantos/http-exception-library#readme",
  "license": "MIT"
}
