{
  "name": "pi-spacexai",
  "version": "0.2.2",
  "description": "Grok Imagine, TTS/STT, Ctrl+Space streaming push-to-talk, and auto-speak for pi — uses built-in xAI OAuth from auth.json",
  "license": "MIT",
  "author": "Richard Anaya",
  "type": "module",
  "files": [
    "index.ts",
    "realtime-voice.ts",
    "README.md",
    "LICENSE"
  ],
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/richardanaya/pi-spacexai.git"
  },
  "homepage": "https://github.com/richardanaya/pi-spacexai#readme",
  "bugs": {
    "url": "https://github.com/richardanaya/pi-spacexai/issues"
  },
  "keywords": [
    "pi-package",
    "spacexai",
    "xai",
    "grok",
    "oauth",
    "tts",
    "stt",
    "image-generation",
    "video-generation"
  ],
  "pi": {
    "extensions": [
      "./index.ts"
    ]
  },
  "peerDependencies": {
    "@earendil-works/pi-ai": "*",
    "@earendil-works/pi-coding-agent": "*",
    "@earendil-works/pi-tui": "*",
    "typebox": "*"
  }
}
