{
  "name": "pi-chimera",
  "version": "0.3.0",
  "description": "Codex-compatibility extension for Pi: discovers @howaboua/pi-codex-conversion and reports inherited tool metadata",
  "keywords": [
    "pi-package",
    "pi-extension",
    "pi-chimera",
    "codex",
    "conversion"
  ],
  "license": "Apache-2.0",
  "type": "module",
  "files": [
    "pi-chimera",
    "docs",
    "README.md",
    "LICENSE",
    "NOTICE"
  ],
  "scripts": {
    "check": "ultracite check && npm run typecheck && npm test && npm run package:check",
    "fix": "ultracite fix",
    "format": "biome format --write .",
    "format:check": "biome format .",
    "lint": "biome lint .",
    "package:check": "npm pack --dry-run",
    "prepublishOnly": "npm run check",
    "test": "node --test --experimental-strip-types test/**/*.test.ts",
    "test:unit": "node --test --experimental-strip-types test/unit/**/*.test.ts",
    "test:integration": "node --test --experimental-strip-types test/integration/**/*.test.ts",
    "typecheck": "tsc --noEmit"
  },
  "devDependencies": {
    "@biomejs/biome": "^2.5.5",
    "@earendil-works/pi-coding-agent": "0.83.0",
    "@types/node": "^24.10.0",
    "typescript": "^5.9.3",
    "ultracite": "^7.9.4"
  },
  "peerDependencies": {
    "@earendil-works/pi-agent-core": "*",
    "@earendil-works/pi-ai": "*",
    "@earendil-works/pi-coding-agent": "*",
    "@earendil-works/pi-tui": "*",
    "typebox": "*"
  },
  "engines": {
    "node": ">=22"
  },
  "publishConfig": {
    "access": "public"
  },
  "pi": {
    "extensions": [
      "./pi-chimera/index.ts"
    ]
  }
}
