{
  "name": "pi-grok-build",
  "version": "0.1.0",
  "type": "module",
  "description": "Use Grok Build from Pi as a managed collaborator for review, research, edits, and media.",
  "keywords": [
    "pi-package",
    "pi",
    "pi-extension",
    "pi-coding-agent",
    "grok-build",
    "grok",
    "xai",
    "coding-agent"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Tiziano-AI/pi-grok-build.git"
  },
  "bugs": {
    "url": "https://github.com/Tiziano-AI/pi-grok-build/issues"
  },
  "homepage": "https://github.com/Tiziano-AI/pi-grok-build#readme",
  "engines": {
    "node": ">=20.6.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "README.md",
    "ARCH.md",
    "VISION.md",
    "SECURITY.md",
    "PRIVACY.md",
    "TERMS.md",
    "RELEASE.md",
    "CHANGELOG.md",
    "LICENSE",
    "docs/**/*.md",
    "extensions/**/*.ts",
    "skills/**/*.md"
  ],
  "scripts": {
    "test": "node --test tests/*.test.mjs",
    "check:pack": "npm pack --dry-run --json",
    "gate": "npm test && npm run check:pack && git diff --check"
  },
  "peerDependencies": {
    "@earendil-works/pi-ai": "*",
    "@earendil-works/pi-coding-agent": "*",
    "@earendil-works/pi-tui": "*",
    "typebox": "*"
  },
  "pi": {
    "extensions": [
      "./extensions/grok-build/index.ts"
    ],
    "skills": [
      "./skills"
    ]
  }
}
