{
  "name": "rivemcp",
  "version": "1.8.0",
  "mcpName": "io.github.paradoxsyn/rivemcp",
  "description": "Polymation — the multi-format AI animation MCP. Author Rive (.riv/.rev) and Spline (.splinecode/.spline) scenes from scratch and convert Rive↔Spline, validated on the real runtime. The most complete Rive MCP, now multi-format.",
  "type": "module",
  "bin": {
    "rivemcp": "bin/rivemcp.mjs"
  },
  "files": [
    "bin/rivemcp.mjs",
    "scripts/postinstall.mjs",
    "README.md",
    "LICENSE"
  ],
  "license": "SEE LICENSE IN LICENSE",
  "keywords": [
    "polymation",
    "rive",
    "rive-mcp",
    "riv",
    "rev",
    "rive-animation",
    "spline",
    "spline-mcp",
    "splinecode",
    "spline-3d",
    "lottie",
    "figma",
    "mcp",
    "mcp-server",
    "model-context-protocol",
    "claude-mcp",
    "cursor-mcp",
    "animation",
    "motion-design",
    "3d",
    "format-conversion",
    "rive-to-spline",
    "spline-to-rive",
    "llm",
    "ai-animation"
  ],
  "scripts": {
    "build": "node scripts/build.js",
    "start": "node dist/mcp/server.js",
    "dev": "tsx src/mcp/server.ts",
    "extract-defs": "tsx scripts/extract-defs.ts",
    "test": "vitest run",
    "test:watch": "vitest",
    "build:binaries": "node scripts/build-binaries.js",
    "build:mcpb": "node scripts/build-mcpb.js",
    "postinstall": "node scripts/postinstall.mjs"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.12.1",
    "gifenc": "^1.0.3",
    "msgpackr": "^1.12.1",
    "playwright": "^1.58.2",
    "zod": "^3.24.2"
  },
  "devDependencies": {
    "@rive-app/canvas": "^2.38.0",
    "@rive-app/canvas-advanced": "^2.38.0",
    "@types/node": "^25.2.0",
    "esbuild": "^0.25.0",
    "javascript-obfuscator": "^5.3.0",
    "postject": "^1.0.0-alpha.6",
    "sharp": "^0.34.5",
    "tsx": "^4.19.2",
    "typescript": "^5.7.3",
    "vitest": "^3.0.4"
  }
}
