{
  "name": "@aiwayds/pi-jarvis-sphere",
  "version": "1.2.1",
  "description": "pi-coding-agent extension — Jarvis particle sphere overlay: four-state animation (flow-field / stars / orbital) shifting color with pi's live state, plugin-architected and config-driven",
  "keywords": [
    "pi-package",
    "pi-extension",
    "particle",
    "sphere",
    "animation",
    "overlay",
    "tui"
  ],
  "license": "MIT",
  "author": "fan56",
  "main": "index.ts",
  "pi": {
    "extensions": ["index.ts"]
  },
  "files": [
    "index.ts",
    "animations",
    "lib",
    "config.json",
    "README.md",
    "README.zh.md",
    "CHANGELOG.md",
    "demo.svg",
    "stars-preview.svg"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/fan56/pi-jarvis-sphere.git"
  },
  "publishConfig": {
    "access": "public"
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*",
    "@earendil-works/pi-tui": "*"
  },
  "devDependencies": {
    "@earendil-works/pi-tui": "*",
    "jiti": "^2.4.0",
    "typescript": "^5.6.0",
    "@types/node": "^22.0.0"
  },
  "scripts": {
    "test": "node scripts/run.mjs scripts/smoke.ts",
    "check": "NODE_PATH=/opt/homebrew/lib/node_modules node scripts/check.mjs"
  },
  "engines": {
    "node": ">=18"
  }
}
