{
  "name": "animotion-saply",
  "version": "5.0.7",
  "description": "A GSAP-based animation utility for declarative animations using data attributes.",
  "main": "dist/animotion-saply.min.js",
  "scripts": {
    "build": "esbuild src/index.js --bundle --minify --outfile=dist/animotion-saply.min.js --format=iife --global-name=AnimotionSaply",
    "prepare": "npm run build"
  },
  "keywords": [
    "gsap",
    "scrolltrigger",
    "splittext",
    "animation",
    "frontend",
    "animotion"
  ],
  "author": "Your Name <you@example.com>",
  "license": "MIT",
  "dependencies": {
    "gsap": "^3.12.5"
  },
  "devDependencies": {
    "esbuild": "^0.24.0"
  },
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/yourusername/animotion-saply.git"
  },
  "homepage": "https://github.com/yourusername/animotion-saply#readme"
}
