{
	"name": "round-carousel-component",
	"version": "1.2.1",
	"description": "An infinitely scrollable 3D carousel component for the web",
	"keywords": [
		"3D",
		"Carousel",
		"3D Carousel",
		"3D Component"
	],
	"homepage": "https://round-carousel-component.atanas.info",
	"bugs": {
		"url": "https://github.com/scriptex/round-carousel-component/issues",
		"email": "hi@atanas.info"
	},
	"license": "MIT",
	"author": "Atanas Atanasov <hi@atanas.info> (https://atanas.info)",
	"funding": "https://github.com/sponsors/scriptex",
	"main": "dist/round-carousel.js",
	"style": "dist/round-carousel.css",
	"types": "dist/round-carousel.d.ts",
	"repository": {
		"type": "git",
		"url": "github:scriptex/round-carousel-component"
	},
	"scripts": {
		"js": "webpack --mode production --config config/webpack.config.js",
		"css": "postcss src/round-carousel.css -o dist/round-carousel.css -c config",
		"copy": "cp -r dist demo",
		"clear": "rm -rf ./dist && rm -rf ./demo/dist",
		"build": "yarn clear && yarn css && yarn js && yarn copy",
		"release-minor": "release-it minor --ci",
		"release-patch": "release-it patch --ci",
		"release-major": "release-it major --ci",
		"changelog-local": "npx auto-changelog"
	},
	"dependencies": {
		"touchsweep": "2.1.0"
	},
	"devDependencies": {
		"autoprefixer": "10.4.13",
		"parcel": "2.8.0",
		"postcss": "8.4.19",
		"postcss-cli": "10.0.0",
		"release-it": "15.5.0",
		"ts-loader": "9.4.1",
		"typescript": "4.9.3",
		"webpack": "5.75.0",
		"webpack-cli": "5.0.0"
	},
	"peerDependencies": {
		"touchsweep": "^1 || ^2"
	},
	"release-it": {
		"hooks": {
			"after:release": "yarn changelog-local && git add CHANGELOG.md && git commit -m \"Update CHANGELOG.md with the latest changes\" --no-verify && git push"
		},
		"use": "pkg.version",
		"git": {
			"changelog": "git log --pretty=format:\"* %s (%h)\" ${from}...${to}",
			"requireCleanWorkingDir": true,
			"requireBranch": false,
			"requireUpstream": false,
			"requireCommits": false,
			"addUntrackedFiles": false,
			"commit": true,
			"commitMessage": "Release ${version}",
			"commitArgs": [
				"--no-verify"
			],
			"tag": true,
			"tagName": "${version}",
			"tagAnnotation": "Release ${version}",
			"tagArgs": [],
			"push": true,
			"pushArgs": [
				"--follow-tags"
			],
			"pushRepo": ""
		},
		"github": {
			"release": false
		},
		"gitlab": {
			"release": false
		},
		"npm": {
			"publish": false
		}
	},
	"browserslist": [
		"> 1%",
		"last 2 versions"
	]
}
