{
	"name": "@tomascf_org/embla-carousel-vue",
	"version": "8.0.6",
	"author": "TCF",
	"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",
		"solid"
	],
	"main": "@tomascf_org/embla-carousel-vue.umd.js",
	"unpkg": "@tomascf_org/embla-carousel-vue.umd.js",
	"module": "./esm/@tomascf_org/embla-carousel-vue.esm.js",
	"types": "index.d.ts",
	"sideEffects": false,
	"files": [
		"@tomascf_org/embla-carousel-vue*",
		"components/**/*",
		"index.d.ts",
		"esm/**/*",
		"cjs/**/*"
	],
	"scripts": {
		"test": "echo \"Info: no tests specified\" && exit 0",
		"build": "rollup --bundleConfigAsCjs -c",
		"start": "rollup --bundleConfigAsCjs -c --watch --environment BUILD:development",
		"eslint:report": "eslint \"src/**/*.{js,tsx,ts}\""
	},
	"devDependencies": {
		"@types/jest": "^29.5.6",
		"@typescript-eslint/eslint-plugin": "^6.9.0",
		"@typescript-eslint/parser": "^6.9.0",
		"eslint": "^8.52.0",
		"eslint-config-prettier": "^9.0.0",
		"eslint-plugin-prettier": "^4.0.0",
		"jest": "^29.5.0",
		"jest-environment-jsdom": "^29.5.0",
		"prettier": "2.8.8",
		"rollup": "^4.1.5",
		"ts-jest": "^29.1.1",
		"typescript": "^5.2.2",
		"vue": "^3.2.37"
	},
	"dependencies": {
		"@tomascf_org/embla-carousel": "latest",
		"@tomascf_org/embla-carousel-reactive-utils": "latest"
	},
	"peerDependencies": {
		"vue": "^3.2.37"
	},
	"exports": {
		"./package.json": "./package.json",
		".": {
			"import": {
				"types": "./esm/index.d.ts",
				"default": "./esm/@tomascf_org/embla-carousel-vue.esm.js"
			},
			"require": {
				"types": "./cjs/index.d.ts",
				"default": "./cjs/@tomascf_org/embla-carousel-vue.cjs.js"
			}
		}
	}
}