{
  "name": "pi-perf",
  "version": "1.0.0",
  "description": "Pi-native performance benchmarking toolkit for pi.dev extensions — profiling, benchmarking, and CI reporting",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsc",
    "test": "vitest run",
    "lint": "biome check .",
    "lint:fix": "biome check --write ."
  },
  "keywords": [
    "pi-package",
    "pi",
    "benchmark",
    "performance",
    "profiling",
    "pi-dev",
    "pi-extension"
  ],
  "author": "realvendex",
  "license": "MIT",
  "pi": {
    "extensions": ["./dist"]
  },
  "peerDependencies": {
    "@earendil-works/pi-ai": "*",
    "@earendil-works/pi-agent-core": "*",
    "@earendil-works/pi-coding-agent": "*",
    "@earendil-works/pi-tui": "*",
    "typebox": "*"
  },
  "devDependencies": {
    "@biomejs/biome": "^1.9.0",
    "@sinclair/typebox": "^0.34.0",
    "typescript": "^5.7.0",
    "vitest": "^3.0.0"
  },
  "files": ["dist", "README.md"]
}
