{
  "name": "@tsed/di",
  "description": "DI module for Ts.ED Framework",
  "type": "module",
  "version": "8.28.2",
  "source": "./src/index.ts",
  "main": "./lib/esm/index.js",
  "module": "./lib/esm/index.js",
  "typings": "./lib/types/index.d.ts",
  "browser": "./lib/esm/browser/index.js",
  "exports": {
    ".": {
      "tsed-source": "./src/index.ts",
      "types": "./lib/types/index.d.ts",
      "browser": "./lib/esm/browser/index.js",
      "import": "./lib/esm/index.js",
      "default": "./lib/esm/index.js"
    }
  },
  "scripts": {
    "build": "yarn barrels && yarn build:ts",
    "barrels": "barrels",
    "test": "vitest run",
    "build:ts": "tsc --build tsconfig.esm.json",
    "test:ci": "vitest run --coverage.thresholds.autoUpdate=true"
  },
  "dependencies": {
    "tslib": ">=2.7.0",
    "uuid": "^10.0.0"
  },
  "devDependencies": {
    "@tsed/barrels": "8.28.2",
    "@tsed/core": "8.28.2",
    "@tsed/hooks": "8.28.2",
    "@tsed/logger": "^8.0.0",
    "@tsed/typescript": "8.28.2",
    "cross-env": "7.0.3",
    "eslint": "9.12.0",
    "typescript": "6.0.2",
    "vite": "7.3.2",
    "vitest": "4.1.4"
  },
  "peerDependencies": {
    "@tsed/core": ">=8.0.0",
    "@tsed/hooks": ">=8.0.0",
    "@tsed/logger": ">=8.0.0"
  },
  "peerDependenciesMeta": {
    "@tsed/core": {
      "optional": false
    },
    "@tsed/hooks": {
      "optional": false
    },
    "@tsed/logger": {
      "optional": false
    }
  },
  "repository": "https://github.com/tsedio/tsed",
  "bugs": {
    "url": "https://github.com/tsedio/tsed/issues"
  },
  "homepage": "https://github.com/tsedio/tsed/tree/production/packages/di",
  "author": "Romain Lenzotti",
  "license": "MIT"
}