{
  "name": "embla-carousel",
  "version": "7.1.0",
  "author": "David Jerleke",
  "description": "A lightweight carousel library with fluid motion and great swipe precision",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/davidjerleke/embla-carousel"
  },
  "bugs": {
    "url": "https://github.com/davidjerleke/embla-carousel/issues"
  },
  "homepage": "https://www.embla-carousel.com",
  "license": "MIT",
  "keywords": [
    "slider",
    "carousel",
    "slideshow",
    "gallery",
    "lightweight",
    "touch",
    "javascript",
    "typescript",
    "react",
    "vue",
    "svelte"
  ],
  "main": "embla-carousel.umd.js",
  "unpkg": "embla-carousel.umd.js",
  "module": "embla-carousel.esm.js",
  "types": "index.d.ts",
  "sideEffects": false,
  "files": [
    "embla-carousel*",
    "components/**/*",
    "index.d.ts"
  ],
  "scripts": {
    "test": "jest --config jest.config.js",
    "build": "rollup -c",
    "start": "rollup -c --watch",
    "eslint:report": "eslint \"src/**/*.{js,tsx,ts}\""
  },
  "devDependencies": {
    "@types/jest": "^27.4.0",
    "@typescript-eslint/eslint-plugin": "^5.10.2",
    "@typescript-eslint/parser": "^5.10.2",
    "eslint": "^8.8.0",
    "eslint-config-prettier": "^8.3.0",
    "eslint-plugin-prettier": "^4.0.0",
    "jest": "^27.5.0",
    "prettier": "2.5.1",
    "rollup": "^2.68.0",
    "ts-jest": "^27.1.3",
    "typescript": "^4.5.5"
  }
}