{
  "name": "@decaf-ts/dist-base",
  "version": "0.5.2",
  "description": "Decaf-ts' dist-base install",
  "type": "module",
  "exports": {
    "require": "./lib/index.cjs",
    "import": "./lib/esm/index.js"
  },
  "types": "lib/index.d.ts",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/decaf-ts/decaf-ts.git"
  },
  "engines": {
    "node": ">=20.0.0",
    "npm": ">=10.0.0"
  },
  "files": [
    "lib",
    "dist"
  ],
  "keywords": [
    "decaf",
    "typescript",
    "decorators",
    "database",
    "persistence",
    "logging",
    "transactions",
    "repository",
    "injectable",
    "observability"
  ],
  "author": "Tiago Venceslau and Contributors",
  "license": "MPL-2.0",
  "bugs": {
    "url": "https://github.com/decaf-ts/decaf-ts/issues"
  },
  "homepage": "https://github.com/decaf-ts/decaf-ts#readme",
  "dependencies": {
    "@decaf-ts/dist-lite": "^0.5.2",
    "@decaf-ts/injectable-decorators": "^1.19.0",
    "@decaf-ts/transactional-decorators": "^0.12.0",
    "@decaf-ts/core": "^0.26.0"
  },
  "devDependencies": {
    "@decaf-ts/utils": "^1.6.0"
  },
  "overrides": {
    "minimatch": "^10.2.2",
    "test-exclude": "7.0.1"
  }
}