{
	"name": "lock-reusable-blocks",
	"version": "0.1.0",
	"description": "Lock Reusable Blocks in the editor to avoid unintentional global changes.",
	"author": "Marie Comet",
	"license": "GPL-2.0-or-later",
	"main": "build/index.js",
	"scripts": {
		"build": "wp-scripts build src/index.js",
		"format": "wp-scripts format",
		"lint:css": "wp-scripts lint-style",
		"lint:js": "wp-scripts lint-js",
		"start": "wp-scripts start src/index.js",
		"packages-update": "wp-scripts packages-update"
	},
	"dependencies": {
		"@wordpress/block-editor": "^8.0.9",
		"@wordpress/blocks": "^11.1.4",
		"@wordpress/i18n": "^4.2.4"
	},
	"devDependencies": {
		"@wordpress/scripts": "^19.2.2"
	}
}
