{
	"name": "address-block",
	"version": "0.2.0",
	"description": "Address block for single posts",
	"author": "The WordPress Contributors",
	"license": "GPL-2.0-or-later",
	"main": "build/index.js",
	"scripts": {
		"build": "wp-scripts build --experimental-modules",
		"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 --experimental-modules"
	},
	"files": [
		"build",
		"assets",
		"index.php",
		"readme.txt"
	],
	"devDependencies": {
		"@wordpress/scripts": "^27.6.0",
		"sass": "^1.77.2"
	}
}
