{
  "name": "@tsed/hooks",
  "version": "8.38.4",
  "description": "Hooks module for Ts.ED Framework",
  "source": "./src/index.ts",
  "type": "module",
  "main": "./lib/esm/index.js",
  "module": "./lib/esm/index.js",
  "typings": "./lib/types/index.d.ts",
  "exports": {
    ".": {
      "tsed-source": "./src/index.ts",
      "types": "./lib/types/index.d.ts",
      "import": "./lib/esm/index.js",
      "default": "./lib/esm/index.js"
    }
  },
  "scripts": {
    "build": "yarn build:ts",
    "build:ts": "tsc --build tsconfig.esm.json",
    "test": "vitest run",
    "test:ci": "vitest run --coverage.thresholds.autoUpdate=true"
  },
  "dependencies": {
    "reflect-metadata": "^0.2.2",
    "tslib": ">=2.7.0"
  },
  "devDependencies": {
    "@tsed/monorepo-utils": "3.3.3",
    "@tsed/typescript": "8.38.4",
    "@tsed/vitest": "8.38.4",
    "typescript": "6.0.2",
    "vite": "7.3.2",
    "vitest": "4.1.4"
  },
  "peerDependencies": {},
  "repository": "https://github.com/tsedio/tsed",
  "bugs": {
    "url": "https://github.com/tsedio/tsed/issues"
  },
  "homepage": "https://github.com/tsedio/tsed/tree/production/packages/hooks",
  "author": "Romain Lenzotti",
  "license": "MIT"
}