{
  "name": "@ar-dacity/ardacity-scroll-reveal",
  "version": "1.0.1",
  "description": "Scroll reveal animations with blur and opacity effects for React applications",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsc",
    "prepublishOnly": "npm run build",
    "postinstall": "node ./scripts/install.js"
  },
  "keywords": ["react", "ui", "components", "scroll", "animation", "reveal", "gsap"],
  "author": "ArDacity",
  "license": "MIT",
  "peerDependencies": {
    "react": ">=16.8.0",
    "react-dom": ">=16.8.0",
    "gsap": ">=3.0.0"
  },
  "devDependencies": {
    "@types/node": "^20.10.5",
    "@types/react": "^18.2.45",
    "typescript": "^5.3.3"
  },
  "files": ["dist", "scripts", "templates", "README.md"]
} 