{
  "name": "rune-scroller",
  "version": "5.0.0",
  "description": "Framework-neutral scroll animations for the DOM with a Svelte 5 action. 29 primary animations plus 7 legacy aliases, zero dependencies.",
  "type": "module",
  "sideEffects": [
    "*.css"
  ],
  "license": "MIT",
  "author": {
    "name": "ludoloops",
    "url": "https://lelab.dev"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/lelabdev/rune-scroller.git"
  },
  "keywords": [
    "svelte",
    "svelte5",
    "animations",
    "scroll-animations",
    "scroll-trigger",
    "intersection-observer",
    "lightweight",
    "performance",
    "vanilla-js",
    "dom"
  ],
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    },
    "./svelte": {
      "types": "./dist/svelte.d.ts",
      "svelte": "./dist/svelte.js",
      "default": "./dist/svelte.js"
    },
    "./animations.css": "./dist/animations.css"
  },
  "files": [
    "dist",
    "README.md",
    "LICENSE",
    "logo.png",
    "CHANGELOG.md"
  ],
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "peerDependencies": {
    "svelte": "^5.0.0"
  },
  "peerDependenciesMeta": {
    "svelte": {
      "optional": true
    }
  },
  "scripts": {
    "dev": "vite dev",
    "build": "bunx svelte-package",
    "benchmark": "bun run build && bun benchmarks/run.js",
    "preview": "vite preview",
    "prepare": "svelte-kit sync || echo ''",
    "check": "svelte-kit sync && svelte-check --no-tsconfig && tsc --noEmit --project ./jsconfig.json",
    "check:watch": "svelte-kit sync && svelte-check --no-tsconfig --watch",
    "format": "prettier --write .",
    "lint": "prettier --check . && eslint .",
    "prepublishonly": "bun run check && bun run build && bun run test",
    "test": "bun test tests"
  },
  "packageManager": "bun@1.3.4",
  "overrides": {
    "flatted": "^3.4.3",
    "picomatch": "^4.0.5",
    "postcss": "^8.5.25"
  },
  "devDependencies": {
    "@eslint/compat": "^2.1.0",
    "@eslint/js": "^10.0.1",
    "@playwright/test": "^1.62.0",
    "playwright": "^1.62.0",
    "@sveltejs/kit": "^2.70.2",
    "@sveltejs/package": "^2.5.8",
    "@sveltejs/vite-plugin-svelte": "^7.2.0",
    "@types/node": "^26.1.2",
    "eslint-config-prettier": "^10.1.8",
    "eslint-plugin-svelte": "^3.22.0",
    "flatted": "^3.4.3",
    "globals": "^17.8.0",
    "happy-dom": "^20.11.1",
    "postcss": "^8.5.25",
    "prettier": "^3.9.6",
    "prettier-plugin-svelte": "^4.1.1",
    "svelte": "^5.56.8",
    "svelte-check": "^4.7.4",
    "typescript": "^5.9.3",
    "typescript-eslint": "^8.65.0",
    "vite": "^8.1.5"
  }
}
