{
  "name": "@swup/scroll-plugin",
  "amdName": "SwupScrollPlugin",
  "version": "4.0.0",
  "description": "A swup plugin for customizable smooth scrolling",
  "type": "module",
  "source": "src/index.ts",
  "main": "./dist/index.cjs",
  "module": "./dist/index.module.js",
  "unpkg": "./dist/index.umd.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.modern.js",
      "require": "./dist/index.cjs"
    }
  },
  "files": [
    "dist",
    "src"
  ],
  "scripts": {
    "build": "swup package:build",
    "dev": "swup package:dev",
    "lint": "swup package:lint",
    "format": "swup package:format",
    "prepublishOnly": "npm run build",
    "playground:dev": "astro dev --root playground",
    "playground:build": "astro build --root playground",
    "playground:serve": "astro build --root playground && astro preview --root playground",
    "test": "npm run test:unit && npm run test:e2e",
    "test:unit": "vitest run --config ./tests/unit/vitest.config.ts",
    "test:unit:watch": "vitest --config ./tests/unit/vitest.config.ts",
    "test:e2e": "npx playwright test --config ./tests/e2e/config.playwright.ts",
    "test:e2e:dev": "PLAYWRIGHT_ENV=dev npm run test:e2e -- --ui",
    "test:e2e:install": "npx playwright install --with-deps"
  },
  "author": {
    "name": "Georgy Marchuk",
    "email": "gmarcuk@gmail.com",
    "url": "https://gmrchk.com/"
  },
  "contributors": [
    {
      "name": "Philipp Daun",
      "email": "daun@daun.ltd",
      "url": "https://philippdaun.net"
    },
    {
      "name": "Rasso Hilber",
      "email": "mail@rassohilber.com",
      "url": "https://rassohilber.com"
    }
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/swup/scroll-plugin.git"
  },
  "dependencies": {
    "@swup/plugin": "^4.0.0",
    "compute-scroll-into-view": "^3.1.1"
  },
  "devDependencies": {
    "@playwright/test": "^1.52.0",
    "@swup/cli": "^5.0.1",
    "@tailwindcss/vite": "^4.1.8",
    "astro": "^5.10.1",
    "astro-feather": "^1.0.0",
    "jsdom": "^26.1.0",
    "swup": "^4.8.2",
    "tailwindcss": "^4.1.8",
    "typescript": "^5.8.3",
    "vitest": "^3.2.2"
  },
  "browserslist": [
    "extends @swup/browserslist-config"
  ],
  "prettier": "@swup/prettier-config"
}
