{
  "name": "pi-thinking-orbs",
  "version": "0.1.0",
  "description": "Animated Thinking Orbs activity states for the Pi coding agent terminal UI.",
  "type": "module",
  "license": "MIT",
  "author": "ringoshiina",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ringoshiina/pi-thinking-orbs.git"
  },
  "homepage": "https://github.com/ringoshiina/pi-thinking-orbs#readme",
  "bugs": {
    "url": "https://github.com/ringoshiina/pi-thinking-orbs/issues"
  },
  "keywords": [
    "pi-package",
    "pi-extension",
    "thinking-orbs",
    "terminal",
    "canvas"
  ],
  "files": [
    "index.ts",
    "src/",
    "README.md",
    "LICENSE",
    "THIRD_PARTY_NOTICES.md"
  ],
  "scripts": {
    "test": "node --test --experimental-strip-types test/*.test.ts",
    "typecheck": "node scripts/typecheck.mjs",
    "check": "npm test && npm run typecheck",
    "prepack": "npm run check"
  },
  "dependencies": {
    "@napi-rs/canvas": "1.0.3",
    "react": "19.1.1",
    "react-dom": "19.1.1",
    "thinking-orbs": "0.1.1"
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*",
    "@earendil-works/pi-tui": "*"
  },
  "pi": {
    "extensions": [
      "./index.ts"
    ],
    "video": "https://cdn.jsdelivr.net/gh/ringoshiina/pi-thinking-orbs@fd56ea944dfed0ca2ab8b31365a0139808415f09/assets/demo.mp4",
    "image": "https://cdn.jsdelivr.net/gh/ringoshiina/pi-thinking-orbs@fd56ea944dfed0ca2ab8b31365a0139808415f09/assets/preview.png"
  },
  "publishConfig": {
    "access": "public"
  },
  "devDependencies": {
    "@earendil-works/pi-coding-agent": "0.82.1",
    "@earendil-works/pi-tui": "0.82.1",
    "@types/node": "^26.1.2",
    "typescript": "^7.0.2"
  }
}
