{
  "name": "grok-build-pi",
  "version": "0.1.1",
  "description": "Grok Build bridge for the Pi coding agent: review, critique, delegation, background runs, and session transfer.",
  "type": "module",
  "license": "Apache-2.0",
  "author": "aa2246740",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/aa2246740/grok-build-pi.git"
  },
  "homepage": "https://github.com/aa2246740/grok-build-pi#readme",
  "bugs": {
    "url": "https://github.com/aa2246740/grok-build-pi/issues"
  },
  "keywords": [
    "pi-package",
    "pi-extension",
    "grok-build",
    "coding-agent"
  ],
  "engines": {
    "node": ">=22.19.0"
  },
  "files": [
    "extensions",
    "scripts",
    "prompts",
    "schemas",
    "LICENSE",
    "NOTICE",
    "SECURITY.md",
    "README.md"
  ],
  "pi": {
    "extensions": [
      "./extensions/grok-build.ts"
    ]
  },
  "scripts": {
    "test": "node --test tests/*.test.mjs",
    "typecheck": "tsc --noEmit",
    "check": "npm run typecheck && npm test",
    "prepack": "npm run check"
  },
  "peerDependencies": {
    "@earendil-works/pi-ai": ">=0.80.7",
    "@earendil-works/pi-coding-agent": ">=0.80.7"
  },
  "peerDependenciesMeta": {
    "@earendil-works/pi-ai": {
      "optional": true
    },
    "@earendil-works/pi-coding-agent": {
      "optional": true
    }
  },
  "devDependencies": {
    "@earendil-works/pi-ai": "0.80.7",
    "@earendil-works/pi-coding-agent": "0.80.7",
    "@types/node": "24.12.4",
    "typescript": "5.9.3"
  }
}
