{
	"name": "team-publisher-sidebar",
	"version": "0.1.0",
	"description": "Example block scaffolded with Create Block tool.",
	"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",
		"packages-update": "wp-scripts packages-update",
		"plugin-zip": "wp-scripts plugin-zip",
		"start": "wp-scripts start"
	},
	"devDependencies": {
		"@wordpress/scripts": "^27.6.0"
	},
	"dependencies": {
		"@wordpress/api-fetch": "^6.55.0",
		"@wordpress/components": "^27.6.0",
		"@wordpress/data": "^9.28.0",
		"@wordpress/edit-post": "^7.35.0",
		"@wordpress/editor": "^13.35.0",
		"@wordpress/icons": "^9.49.0",
		"@wordpress/plugins": "^6.26.0",
		"react": "^18.3.1"
	}
}
