{
  "name": "react-gsap-aos",
  "version": "1.6.0",
  "description": "A lightweight GSAP + ScrollTrigger integration, similar in usage to AOS, specifically designed for React / Next.js.",
  "author": "Gaia Yang",
  "license": "MIT",
  "homepage": "https://react-gsap-aos-nextjs.vercel.app",
  "repository": {
    "type": "git",
    "url": "https://github.com/GaiaYang/react-gsap-aos.git",
    "directory": "packages/react-gsap-aos"
  },
  "bugs": "https://github.com/GaiaYang/react-gsap-aos/issues",
  "keywords": [
    "react",
    "nextjs",
    "gsap",
    "aos",
    "animation",
    "animate-on-scroll",
    "animation-on-scroll",
    "scroll-animation",
    "react-animation",
    "react-scroll",
    "react-hooks",
    "scrolltrigger",
    "typescript"
  ],
  "main": "./dist/index.cjs",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "require": "./dist/index.cjs"
    },
    "./constants": {
      "types": "./dist/constants.d.ts",
      "import": "./dist/constants.js",
      "require": "./dist/constants.cjs"
    },
    "./client": {
      "types": "./dist/client.d.ts",
      "import": "./dist/client.js",
      "require": "./dist/client.cjs"
    }
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "dev": "tsup --watch",
    "build": "tsup",
    "lint": "eslint"
  },
  "sideEffects": false,
  "peerDependencies": {
    "@gsap/react": "^2.1.2",
    "gsap": "^3.12.5",
    "react": ">=17",
    "react-dom": ">=17"
  },
  "devDependencies": {
    "@types/node": "^20.19.37",
    "@types/react": "^19.2.14",
    "@types/react-dom": "^19.2.3",
    "eslint": "^9.39.4",
    "eslint-config-prettier": "^10.1.8",
    "eslint-plugin-react": "^7.37.5",
    "eslint-plugin-react-hooks": "^7.0.1",
    "eslint-plugin-simple-import-sort": "^12.1.1",
    "prettier": "^3.8.1",
    "tsup": "^8.5.1",
    "typescript": "^5.9.3",
    "typescript-eslint": "^8.57.0"
  },
  "packageManager": "pnpm@10.32.0"
}
