{
  "name": "@grest-ts/locator",
  "version": "0.0.70",
  "type": "module",
  "license": "MIT",
  "description": "Hierarchical async context with tree-based inheritance",
  "exports": {
    ".": {
      "types": "./dist/src/index-node.d.ts",
      "import": "./dist/src/index-node.js"
    }
  },
  "files": [
    "dist",
    "src"
  ],
  "scripts": {
    "typecheck": "tsc --noEmit -p src",
    "test": "vitest run",
    "test:coverage": "vitest run --coverage",
    "test:coverage:html": "vitest run --coverage --reporter=html"
  },
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/grest-ts/grest-ts.git",
    "directory": "packages/locator"
  },
  "homepage": "https://grest-ts.com/packages/locator",
  "bugs": {
    "url": "https://github.com/grest-ts/grest-ts/issues"
  },
  "keywords": [
    "typescript",
    "framework",
    "contract",
    "api",
    "microservices",
    "testing",
    "service-locator",
    "dependency-injection",
    "async-context"
  ],
  "engines": {
    "node": ">=24"
  },
  "peerDependencies": {
    "@grest-ts/common": "0.0.70"
  }
}
