{
  "name": "@mathislair/mtbrest",
  "version": "0.4.2",
  "description": "Express REST routes from mtbDB DAOs in one line — verb helpers, decorators, middleware-friendly",
  "keywords": [
    "express",
    "rest",
    "orm",
    "mtbdb",
    "tdbm",
    "decorators",
    "crud",
    "typescript"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mathislair/mtbrest.git"
  },
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "build": "tsc",
    "test": "node --test --import tsx test/*.test.ts",
    "prepublishOnly": "npm run build && npm test"
  },
  "publishConfig": {
    "access": "public"
  },
  "engines": {
    "node": ">=18"
  },
  "peerDependencies": {
    "@mathislair/mtbdb": "^0.1.0 || ^0.2.0 || ^0.3.0 || ^0.4.0",
    "express": "^4.18.0 || ^5.0.0"
  },
  "devDependencies": {
    "@mathislair/mtbdb": "^0.4.0",
    "@types/express": "^4.17.21",
    "@types/node": "^20.10.0",
    "express": "^4.19.2",
    "tsx": "^4.7.0",
    "typescript": "^5.3.0"
  }
}
