{
	"name": "riaco-icon-block",
	"version": "1.0.1",
	"description": "WordPress Icons Block to add icons to your content with full control over icon selection, size, color, alignment, and background gradients.",
	"author": "Roberto Iacono",
	"license": "GPL-2.0-or-later",
	"main": "build/index.js",
	"scripts": {
		"build": "wp-scripts build --blocks-manifest",
		"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"
	},
	"devDependencies": {
		"@wordpress/scripts": "^30.27.0"
	},
	"dependencies": {
		"@wordpress/icons": "^11.2.0",
		"html-react-parser": "^5.2.7",
		"lucide-react": "^0.548.0"
	}
}
