{
  "name": "@frsource/tiny-carousel-vue",
  "amdName": "tinyCarouselVue",
  "version": "0.7.2",
  "description": "Brings @frsource/tiny-carousel into the Vue 2/3 world 💚",
  "source": "src/TinyCarousel.ts",
  "types": "dist/TinyCarousel.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",
    "vue",
    "integration",
    "vuejs",
    "vue2",
    "vue3",
    "vue.js",
    "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/#vue",
  "publishConfig": {
    "access": "public"
  },
  "devDependencies": {
    "@frsource/tiny-carousel-core": "^0.10.1",
    "@frsource/tiny-carousel-plugin-autoplay": "^0.4.4",
    "@frsource/tiny-carousel-plugin-custom-events": "^0.4.4",
    "@frsource/tiny-carousel-plugin-mouse-drag": "^0.4.2",
    "@typescript-eslint/eslint-plugin": "^4.31.1",
    "@typescript-eslint/parser": "^4.31.1",
    "@vue/cli-plugin-babel": "~5.0.1",
    "@vue/cli-plugin-eslint": "~5.0.1",
    "@vue/cli-plugin-typescript": "~4.5.0",
    "@vue/cli-plugin-unit-jest": "~4.5.0",
    "@vue/cli-service": "~4.5.12",
    "@vue/eslint-config-typescript": "^10.0.0",
    "@vue/test-utils": "^1.2.2",
    "core-js": "^3.17.3",
    "eslint-plugin-vue": "^8.2.0",
    "vue": "2.6.14",
    "vue-demi": "^0.12.1",
    "vue-template-compiler": "^2.6.12",
    "vue3": "npm:vue@^3.0.0"
  },
  "peerDependencies": {
    "@frsource/tiny-carousel-core": "^0.10.0",
    "vue": "^2.6.0 || ^3.0.0"
  },
  "scripts": {
    "start": "vue-cli-service serve",
    "build": "microbundle --globals vue=Vue",
    "vuebuild": "vue-cli-service build --target lib ./src/components/TinyCarousel.ts",
    "test": "pnpm test:vue2 && pnpm test:vue3",
    "pretest:vue2": "vue-demi-switch 2",
    "test:vue2": "pnpm test:unit",
    "pretest:vue3": "vue-demi-switch 3 vue3",
    "test:vue3": "pnpm test:unit",
    "test:unit": "vue-cli-service test:unit",
    "watch:test": "vue-cli-service test:unit --watch",
    "fixme.coverage": "vue-cli-service test:unit --coverage",
    "lint": "vue-cli-service lint",
    "fix:lint": "vue-cli-service lint --fix"
  }
}