{
  "name": "hyper-animator",
  "version": "2.9.0",
  "description": "Claude Code skill for HyperFrames animation pipeline — natural language to rendered video",
  "keywords": [
    "claude-code",
    "skill",
    "hyperframes",
    "animation",
    "video",
    "motion-graphics",
    "gsap",
    "html-animation"
  ],
  "author": "realpkuasule",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/realpkuasule/hyper-animator-2.git"
  },
  "bugs": {
    "url": "https://github.com/realpkuasule/hyper-animator-2/issues"
  },
  "homepage": "https://github.com/realpkuasule/hyper-animator-2#readme",
  "bin": {
    "hyper-animator": "install.js"
  },
  "files": [
    "skills/",
    "install.js",
    "skills/hyper-animator/scripts/minimax-gen.py",
    "skills/hyper-animator/scripts/wave-gen.py"
  ],
  "scripts": {
    "postinstall": "node install.js"
  },
  "engines": {
    "node": ">=16.0.0"
  }
}