{
	"name": "photo-collage",
	"version": "0.5.2",
	"description": "Create freeform photo layouts with more natural and chaotic structures that can overlap, featuring advanced positioning controls and professional presets for WordPress.",
	"author": "David Degner <https://www.daviddegner.com>",
	"license": "GPL-2.0-or-later",
	"main": "build/index.js",
	"repository": {
		"type": "git",
		"url": "https://github.com/ddegner/photo-collage.git"
	},
	"scripts": {
		"build": "wp-scripts build --blocks-manifest",
		"format": "wp-scripts format",
		"lint:css": "wp-scripts lint-style",
		"lint:js": "wp-scripts lint-js",
		"lint:php": "composer run-script lint",
		"packages-update": "wp-scripts packages-update",
		"plugin-zip": "wp-scripts plugin-zip",
		"start": "wp-scripts start --blocks-manifest"
	},
	"devDependencies": {
		"@wordpress/icons": "^11.2.0",
		"@wordpress/scripts": "^31.0.0"
	}
}