{
  "name": "@buzzwaretech/decorators",
  "version": "0.1.0",
  "private": true,
  "description": "Controller and route decorators for Express.js applications",
  "type": "module",
  "main": "./dist/index.mjs",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.mts",
  "exports": {
    ".": "./dist/index.mjs",
    "./package.json": "./package.json"
  },
  "scripts": {
    "build": "tsdown",
    "dev": "tsdown --watch --no-clean",
    "check:lint": "oxlint --max-warnings=3 .",
    "check:types": "tsc --noEmit",
    "check:format": "oxfmt --check .",
    "fix:lint": "oxlint --fix .",
    "fix:format": "oxfmt .",
    "clean": "rm -rf .turbo && rm -rf .next && rm -rf node_modules && rm -rf dist"
  },
  "devDependencies": {
    "@buzzwaretech/typescript-config": "workspace:*",
    "@types/express": "catalog:",
    "@types/node": "catalog:",
    "@types/ws": "catalog:",
    "reflect-metadata": "catalog:",
    "tsdown": "catalog:",
    "typescript": "catalog:"
  },
  "inlinedDependencies": {
    "@types/express": "4.17.23",
    "@types/express-serve-static-core": "4.19.6",
    "reflect-metadata": "0.2.2"
  }
}
