{
  "name": "@frsource/tiny-carousel-plugin-scroll-snap-fallback",
  "amdName": "tinyCarouselPluginScrollSnapFallback",
  "version": "0.3.2",
  "description": "Add CSS Scroll Snap fallback polyfill to your @frsource/tiny-carousel 🧩",
  "source": "src/index.ts",
  "types": "dist/index.d.ts",
  "main": "dist/index.js",
  "umd:main": "dist/index.umd.js",
  "unpkg": "dist/index.umd.js",
  "module": "dist/index.module.js",
  "exports": "./dist/index.modern.js",
  "keywords": [
    "carousel",
    "slider",
    "swiper",
    "tiny",
    "fallback",
    "scroll snap fallback",
    "efficient",
    "modular",
    "lightweight",
    "mobile-friendly",
    "css snap",
    "scroll snap",
    "snapping points",
    "vanillaJS",
    "accessibility",
    "css",
    "js"
  ],
  "author": "Jakub Freisler <jakub.freisler@frsource.org>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/FRSource/tiny-carousel/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/FRSource/tiny-carousel.git"
  },
  "homepage": "https://www.frsource.org/tiny-carousel/ecosystem/#plugin-scroll-snap-fallback",
  "publishConfig": {
    "access": "public"
  },
  "peerDependencies": {
    "@frsource/tiny-carousel-core": "^0.10.0"
  },
  "dependencies": {
    "@frsource/tiny-carousel-utils": "^0.6.0"
  },
  "devDependencies": {
    "@frsource/tiny-carousel-core": "^0.10.2"
  },
  "scripts": {
    "lint": "concurrently pnpm:lint:*",
    "lint:scripts": "eslint src/. --ext .js,.jsx,.ts,.tsx",
    "fix:lint": "concurrently 'pnpm lint:scripts --fix'",
    "test": "concurrently pnpm:test:*",
    "test:scripts:unit": "jest --config ../../jest.config.js 'plugin-scroll-snap-fallback/src/.*\\.spec\\.test\\.ts'",
    "coverage": "concurrently pnpm:coverage:*",
    "coverage:scripts": "pnpm test:scripts:unit --coverage",
    "watch:test": "concurrently pnpm:watch:test:*",
    "watch:test:scripts:unit": "pnpm test:scripts:unit --watch",
    "build": "microbundle",
    "start": "microbundle watch"
  }
}