{
  "name": "@tsed/core",
  "description": "Core module for Ts.ED Framework",
  "type": "module",
  "version": "8.31.1",
  "source": "./src/index.ts",
  "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"
    },
    "./*.js": {
      "tsed-source": "./src/*.ts",
      "types": "./lib/types/*.d.ts",
      "import": "./lib/esm/*.js",
      "default": "./lib/esm/*.js"
    },
    "./*": {
      "tsed-source": "./src/*.ts",
      "types": "./lib/types/*.d.ts",
      "require": "./lib/esm/*.js",
      "import": "./lib/esm/*"
    }
  },
  "scripts": {
    "build": "yarn barrels && yarn build:ts",
    "barrels": "barrels",
    "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/barrels": "8.31.1",
    "@tsed/monorepo-utils": "3.0.0",
    "@tsed/typescript": "8.31.1",
    "@tsed/vitest": "8.31.1",
    "typescript": "6.0.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/core",
  "author": "Romain Lenzotti",
  "license": "MIT"
}