{
	"name": "makeiteasy-slider",
	"version": "1.0.7",
	"description": "Slider block",
	"author": "Lovro",
	"license": "GPL-2.0-or-later",
	"main": "build/index.js",
	"scripts": {
		"build": "wp-scripts build",
		"format": "wp-scripts format",
		"format:js": "wp-scripts format-js",
		"lint:css": "wp-scripts lint-style",
		"lint:js": "wp-scripts lint-js",
		"start": "wp-scripts start",
		"start:hot": "wp-scripts start --hot",
		"packages-update": "wp-scripts packages-update",
		"plugin-zip": "wp-scripts plugin-zip",
		"check-engines": "wp-scripts check-engines",
		"check-licenses": "wp-scripts check-licenses --prod --gpl2"
	},
	"devDependencies": {
		"@wordpress/scripts": "^31.6.0",
		"dotenv": "^16.6.1"
	},
	"dependencies": {
		"swiper": "^11.2.10"
	}
}
