{
  "name": "@pi/evaluation-runner",
  "version": "0.9.15",
  "type": "module",
  "description": "Framework-agnostic evaluation framework for AI outputs (RFC-0020)",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "types": "./dist/index.d.ts"
    }
  },
  "scripts": {
    "build": "tsc --noEmit",
    "test": "bun test"
  },
  "devDependencies": {
    "bun-types": "^1.0.0"
  }
}
