{
	"name": "coupon-lite",
	"version": "1.2.4",
	"description": "Build and release tooling for Coupon Plugin Lite.",
	"license": "GPL-2.0-or-later",
	"scripts": {
		"build": "wp-scripts build && node scripts/build-assets.mjs",
		"dev": "node scripts/dev.mjs",
		"lint:js": "wp-scripts lint-js \"resources/**/*.js\" \"scripts/**/*.mjs\"",
		"lint:css": "wp-scripts lint-style \"resources/**/*.css\"",
		"plugin:release": "node scripts/release.mjs"
	},
	"devDependencies": {
		"@wordpress/scripts": "^32.5.1",
		"clean-css": "^5.3.3",
		"rtlcss": "^4.3.0",
		"terser": "^5.31.0"
	}
}
