{
	"name": "image-effects",
	"version": "1.2.0",
	"description": "Block to apply css filter to the images ",
	"author": "The WordPress Contributors",
	"license": "GPL-2.0-or-later",
	"main": "build/index.js",
	"scripts": {
		"build": "wp-scripts build",
		"format": "wp-scripts format",
		"lint:css": "wp-scripts lint-style",
		"lint:js": "wp-scripts lint-js",
		"start": "wp-scripts start",
		"packages-update": "wp-scripts packages-update"
	},
	"dependencies": {
		"@wordpress/blocks": "^9.1.0",
		"@wordpress/i18n": "^4.1.0"
	},
	"devDependencies": {
		"@wordpress/scripts": "^26.8.0"
	}
}
