{
  "name": "@laubloch/scrolly-motion",
  "version": "1.1.0",
  "description": "Advanced scroll animation library with breakpoint support, timeline presets.",
  "author": "@laubloch",
  "license": "MIT",
  "main": "./dist/index.cjs",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "require": "./dist/index.cjs",
      "types": "./dist/index.d.ts"
    }
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "vite build",
    "prepublishOnly": "npm run build"
  },
  "devDependencies": {
    "typescript": "^5.0.0",
    "vite": "^4.0.0",
    "vite-plugin-dts": "^2.0.0"
  },
  "keywords": [
    "scroll",
    "animation",
    "scrolly",
    "motion",
    "scrolly-motion",
    "scroll-animation",
    "timeline",
    "physics"
  ],
  "homepage": "https://github.com/Lauritzz77/scrolly-motion",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Lauritzz77/scrolly-motion.git"
  },
  "bugs": {
    "url": "https://github.com/Lauritzz77/scrolly-motion/issues"
  }
}