{
  "name": "gsap-animation-helper-skill",
  "version": "1.0.0",
  "description": "Claude AI skill for professional GSAP animations. Provides expert guidance on Tweens, Timelines, ScrollTrigger, and other GSAP features.",
  "type": "module",
  "main": "SKILL.md",
  "keywords": [
    "gsap",
    "animation",
    "greensock",
    "claude",
    "ai-skill",
    "tween",
    "timeline",
    "scroll-trigger",
    "react",
    "nextjs"
  ],
  "author": "kxwxn",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/kxwxn/gsap-animation-helper-skill"
  },
  "bugs": {
    "url": "https://github.com/kxwxn/gsap-animation-helper-skill/issues"
  },
  "homepage": "https://github.com/kxwxn/gsap-animation-helper-skill",
  "files": [
    "SKILL.md",
    "README.md",
    "LICENSE.txt",
    "QUICKSTART.md",
    "CONTRIBUTING.md",
    "examples/",
    "plugins/",
    "frameworks/",
    "reference/"
  ],
  "scripts": {
    "validate": "node scripts/validate.js",
    "test": "echo \"See examples for working code\"",
    "docs": "echo \"SKILL.md contains complete documentation\""
  },
  "devDependencies": {},
  "dependencies": {}
}
