{
  "name": "AgentEmblem",
  "package": "agent-emblem",
  "version": "0.2.0",
  "license": "MIT",
  "description": "Animated AI status indicators for React, with built-in marks or optional custom SVG/PNG artwork.",
  "officialWebsite": "https://agent-emblem.vercel.app/",
  "repository": "https://github.com/pologarcia/agent-emblem",
  "npm": "https://www.npmjs.com/package/agent-emblem",
  "install": "npm install agent-emblem",
  "runtime": "React web; browser canvas",
  "peerDependencies": {
    "react": ">=18",
    "react-dom": ">=18"
  },
  "authentication": "none",
  "apiScope": "Public read-only package catalog and documentation. Rendering happens locally in React; there is no hosted model or rendering service.",
  "presets": [
    "circle",
    "square",
    "spark",
    "cursor"
  ],
  "states": [
    "idle",
    "thinking",
    "loading",
    "composing",
    "talking",
    "researching",
    "listening"
  ],
  "shapes": [
    "circle",
    "square",
    "diamond",
    "plus"
  ],
  "componentDefaults": {
    "preset": "circle",
    "state": "idle",
    "size": 240,
    "colorMode": "system",
    "animateVisibility": false,
    "animateMotion": false
  },
  "docs": {
    "developers": "/developers/",
    "guide": "/docs/agent-guide.md",
    "reference": "/llms-full.txt",
    "openapi": "/openapi.json",
    "configurationSchema": "/api/configuration.schema.json"
  }
}
