{
	"name": "@wordpress/edit-post",
	"version": "8.54.0",
	"description": "Edit Post module for WordPress.",
	"author": "The WordPress Contributors",
	"license": "GPL-2.0-or-later",
	"keywords": [
		"wordpress",
		"gutenberg",
		"editor",
		"post"
	],
	"homepage": "https://github.com/WordPress/gutenberg/tree/HEAD/packages/edit-post/README.md",
	"repository": {
		"type": "git",
		"url": "https://github.com/WordPress/gutenberg.git",
		"directory": "packages/edit-post"
	},
	"bugs": {
		"url": "https://github.com/WordPress/gutenberg/issues"
	},
	"engines": {
		"node": ">=18.12.0",
		"npm": ">=8.19.2"
	},
	"files": [
		"src",
		"build",
		"build-module",
		"build-style",
		"build-types",
		"*.md"
	],
	"main": "build/index.cjs",
	"module": "build-module/index.mjs",
	"exports": {
		".": {
			"import": "./build-module/index.mjs",
			"default": "./build/index.cjs"
		},
		"./package.json": "./package.json"
	},
	"wpScript": true,
	"wpScriptExtraDependencies": [
		"media-models",
		"media-views",
		"postbox"
	],
	"dependencies": {
		"@wordpress/a11y": "^4.54.0",
		"@wordpress/admin-ui": "^2.9.0",
		"@wordpress/api-fetch": "^7.54.0",
		"@wordpress/base-styles": "^13.0.0",
		"@wordpress/block-editor": "^17.0.0",
		"@wordpress/block-library": "^10.5.0",
		"@wordpress/blocks": "^15.27.0",
		"@wordpress/commands": "^1.54.0",
		"@wordpress/components": "^40.0.0",
		"@wordpress/compose": "^8.7.0",
		"@wordpress/core-data": "^7.54.0",
		"@wordpress/data": "^10.54.0",
		"@wordpress/deprecated": "^4.54.0",
		"@wordpress/dom": "^4.54.0",
		"@wordpress/editor": "^14.54.0",
		"@wordpress/element": "^8.6.0",
		"@wordpress/global-styles-engine": "^1.21.0",
		"@wordpress/hooks": "^4.54.0",
		"@wordpress/html-entities": "^4.54.0",
		"@wordpress/i18n": "^6.27.0",
		"@wordpress/icons": "^15.5.0",
		"@wordpress/keyboard-shortcuts": "^5.54.0",
		"@wordpress/keycodes": "^4.54.0",
		"@wordpress/notices": "^5.54.0",
		"@wordpress/plugins": "^7.54.0",
		"@wordpress/preferences": "^4.54.0",
		"@wordpress/private-apis": "^1.54.0",
		"@wordpress/theme": "^2.0.0",
		"@wordpress/ui": "^0.21.0",
		"@wordpress/url": "^4.54.0",
		"@wordpress/viewport": "^6.54.0",
		"@wordpress/warning": "^3.54.0",
		"@wordpress/widgets": "^4.54.0",
		"clsx": "^2.1.1"
	},
	"devDependencies": {
		"@testing-library/dom": "^10.4.1",
		"@testing-library/react": "^16.3.2",
		"@testing-library/user-event": "^14.6.1"
	},
	"peerDependencies": {
		"react": "^18 || ^19",
		"react-dom": "^18 || ^19"
	},
	"publishConfig": {
		"access": "public"
	},
	"gitHead": "5ef24f60261976bb198ad035db24bf81c1fb92b4"
}
