{
  "name": "codex-plugin-pi",
  "version": "0.2.1",
  "description": "Use Codex from the Pi coding agent to review code or delegate tasks.",
  "license": "Apache-2.0",
  "author": "imBlanker",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/imBlanker/codex-plugin-pi.git"
  },
  "bugs": {
    "url": "https://github.com/imBlanker/codex-plugin-pi/issues"
  },
  "homepage": "https://github.com/imBlanker/codex-plugin-pi#readme",
  "keywords": [
    "pi-package",
    "codex",
    "pi-coding-agent",
    "code-review"
  ],
  "engines": {
    "node": ">=18.18.0"
  },
  "type": "module",
  "files": [
    "extensions/",
    "lib/",
    "prompts/",
    "skills/",
    "schemas/",
    "scripts/",
    "LICENSE",
    "NOTICE",
    "PORTING.md",
    "CHANGELOG.md",
    "README.md"
  ],
  "pi": {
    "extensions": [
      "./extensions"
    ],
    "prompts": [
      "./prompts"
    ],
    "skills": [
      "./skills"
    ]
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*"
  },
  "scripts": {
    "bump-version": "node scripts/bump-version.mjs",
    "check-version": "node scripts/bump-version.mjs --check",
    "test": "node --test tests/*.test.mjs",
    "typecheck": "tsc -p tsconfig.app-server.json"
  },
  "devDependencies": {
    "@types/node": "^25.5.0",
    "typescript": "^6.0.2"
  }
}
