{
  "name": "@pi-harness/model-registry",
  "version": "0.9.15",
  "description": "Model Registry for pi-harness-runtime — centralized model metadata with pricing",
  "type": "module",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "types": "./dist/index.d.ts"
    }
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsc",
    "test": "bun test",
    "test:watch": "bun test --watch",
    "typecheck": "tsc --noEmit"
  },
  "keywords": [
    "pi",
    "harness",
    "runtime",
    "model",
    "registry",
    "pricing"
  ],
  "author": "",
  "license": "MIT",
  "engines": {
    "node": ">=18.0.0"
  },
  "dependencies": {},
  "devDependencies": {
    "@types/node": "^20.14.0",
    "bun-types": "^1.0.0"
  }
}
