{
  "name": "pi-evalset-lab",
  "version": "0.2.0",
  "description": "pi extension for fixed-task-set eval runs and prompt/system comparisons",
  "type": "module",
  "license": "MIT",
  "keywords": [
    "pi-package",
    "pi-extension",
    "evalset",
    "llm-eval",
    "prompt-evaluation",
    "fixed-task-set",
    "ux-observability",
    "safety-governance",
    "context-codebase-mapping",
    "web-docs-retrieval",
    "background-processes",
    "review-quality-loops",
    "planning-orchestration",
    "subagents-parallelization",
    "model-prompt-management",
    "interactive-clis-editors",
    "skills-rules-packs",
    "paste-code-extraction"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/tryingET/pi-evalset-lab.git"
  },
  "bugs": {
    "url": "https://github.com/tryingET/pi-evalset-lab/issues"
  },
  "homepage": "https://github.com/tryingET/pi-evalset-lab#readme",
  "files": [
    "extensions/evalset.ts",
    "prompts",
    "examples",
    "scripts/export-evalset-report-html.mjs",
    "README.md",
    "CHANGELOG.md"
  ],
  "scripts": {
    "check": "bash ./scripts/validate-structure.sh",
    "test": "bash ./scripts/validate-structure.sh",
    "docs:list": "bash ./scripts/docs-list.sh",
    "docs:list:workspace": "bash ./scripts/docs-list.sh --workspace --discover",
    "docs:list:json": "bash ./scripts/docs-list.sh --json",
    "evalset:export-html": "node ./scripts/export-evalset-report-html.mjs"
  },
  "pi": {
    "extensions": [
      "./extensions/evalset.ts"
    ],
    "prompts": [
      "./prompts"
    ]
  },
  "peerDependencies": {
    "@mariozechner/pi-coding-agent": "*",
    "@mariozechner/pi-ai": "*"
  }
}
