{
  "name": "express-requesthandler",
  "version": "0.0.17",
  "description": "Allows creating express routes automatically from class methods using decorators",
  "scripts": {
    "build": "tsc"
  },
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/daanrutten/express-requesthandler.git"
  },
  "keywords": [
    "request",
    "express",
    "get",
    "post"
  ],
  "author": "Daan Rutten",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/daanrutten/express-requesthandler/issues"
  },
  "homepage": "https://github.com/daanrutten/express-requesthandler#readme",
  "dependencies": {
    "bson": "^5.0.0",
    "reflect-metadata": "^0.1.13"
  },
  "devDependencies": {
    "@types/express": "^4.17.6",
    "@types/node": "^18.13.0",
    "tslint": "^6.1.3",
    "typescript": "^4.9.4"
  }
}
