{
  "name": "@preapexis/pi-agent",
  "version": "0.1.4",
  "description": "A batteries-included starter package for customizing the Pi coding agent.",
  "type": "module",
  "license": "MIT",
  "author": "Varun Gaikwad <gaikwadvarun23@gmail.com>",
  "homepage": "https://pi.dev",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/preapexis/pi-agent.git"
  },
  "bugs": {
    "url": "https://github.com/preapexis/pi-agent/issues"
  },
  "keywords": [
    "pi-package",
    "pi-coding-agent",
    "coding-agent",
    "ai-agent"
  ],
  "files": [
    "extensions",
    "agents",
    "skills",
    "prompts",
    "themes",
    "CHANGELOG.md",
    "LICENSE",
    "model.anthropic.json",
    "model.openai.json",
    "model.openai-compatible.json",
    "models.example.json",
    "README.md",
    "THIRD_PARTY_NOTICES.md"
  ],
  "scripts": {
    "check": "npm run typecheck && npm test && npm run validate",
    "typecheck": "tsc --noEmit",
    "test": "vitest run",
    "test:watch": "vitest",
    "validate": "node scripts/validate-package.mjs",
    "pack:check": "npm pack --dry-run --ignore-scripts",
    "prepack": "npm run check"
  },
  "engines": {
    "node": ">=22.19.0"
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*",
    "@earendil-works/pi-tui": "*",
    "typebox": "*"
  },
  "devDependencies": {
    "@earendil-works/pi-coding-agent": "0.83.0",
    "@earendil-works/pi-tui": "0.83.0",
    "@types/node": "24.12.4",
    "typebox": "1.3.7",
    "typescript": "5.9.3",
    "vitest": "4.1.10"
  },
  "pi": {
    "extensions": [
      "./extensions"
    ],
    "skills": [
      "./skills"
    ],
    "prompts": [
      "./prompts"
    ],
    "themes": [
      "./themes"
    ]
  }
}
