{
	"name": "product-categories-grid-block",
	"version": "1.0.0",
	"description": "A Gutenberg block that displays WooCommerce categories in a grid with popup displaying products from the category.",
	"author": "BuntyWP",
	"license": "GPL-2.0-or-later",
	"main": "build/index.js",
	"scripts": {
		"build": "wp-scripts build --blocks-manifest --experimental-modules",
		"format": "wp-scripts format",
		"lint:css": "wp-scripts lint-style",
		"lint:js": "wp-scripts lint-js",
		"packages-update": "wp-scripts packages-update",
		"plugin-zip": "wp-scripts plugin-zip",
		"start": "wp-scripts start --blocks-manifest --experimental-modules"
	},
	"devDependencies": {
		"@wordpress/icons": "^10.23.0",
		"@wordpress/scripts": "^30.14.1"
	},
	"dependencies": {
		"@wordpress/i18n": "^5.23.0",
		"@wordpress/interactivity": "^6.23.0"
	}
}
