{
  "name": "pi-modelbench",
  "version": "0.1.2",
  "description": "Deterministic-first model benchmarking for the Pi coding agent",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Deca/Pi-ModelBench.git"
  },
  "homepage": "https://github.com/Deca/Pi-ModelBench#readme",
  "bugs": {
    "url": "https://github.com/Deca/Pi-ModelBench/issues"
  },
  "type": "module",
  "keywords": [
    "pi-package",
    "llm",
    "benchmark",
    "evals"
  ],
  "files": [
    "src",
    "profiles",
    "fixtures",
    "assets",
    "README.md"
  ],
  "scripts": {
    "build": "tsc",
    "typecheck": "tsc --noEmit",
    "test": "vitest run",
    "test:watch": "vitest"
  },
  "pi": {
    "extensions": [
      "./src/extension.ts"
    ]
  },
  "peerDependencies": {
    "@earendil-works/pi-ai": "*",
    "@earendil-works/pi-coding-agent": "*",
    "@earendil-works/pi-tui": "*"
  },
  "devDependencies": {
    "@earendil-works/pi-coding-agent": "^0.80.7",
    "@earendil-works/pi-tui": "^0.80.7",
    "@types/node": "^24.0.0",
    "typescript": "^5.9.0",
    "vitest": "^3.2.0"
  },
  "engines": {
    "node": ">=20"
  }
}
