{
	"name": "perfect-portal-widgets",
	"version": "3.0.4",
	"description": "A collection of editor blocks for Perfect Portal",
	"author": "Perfect Portal (UK) Ltd",
	"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",
		"packages-update": "wp-scripts packages-update",
		"plugin-zip": "wp-scripts plugin-zip",
		"start": "wp-scripts start",
		"test:e2e": "wp-scripts test-e2e",
		"test:unit": "wp-scripts test-unit-js"
	},
	"devDependencies": {
		"@wordpress/scripts": "^27.3.0",
		"webpack": "^5.97.1"
	},
	"dependencies": {
		"@wordpress/block-editor": "^12.20.0"
	},
	"files": [
		"assets",
		"build",
		"src",
		"perfect-portal-widgets.php",
		"readme.txt"
	]
}
