{
	"name": "@wordpress/prettier-config",
	"version": "4.8.1",
	"description": "WordPress Prettier shared configuration.",
	"author": "The WordPress Contributors",
	"license": "GPL-2.0-or-later",
	"keywords": [
		"wordpress",
		"gutenberg",
		"prettier",
		"config"
	],
	"homepage": "https://github.com/WordPress/gutenberg/tree/HEAD/packages/prettier-config/README.md",
	"repository": {
		"type": "git",
		"url": "https://github.com/WordPress/gutenberg.git",
		"directory": "packages/prettier-config"
	},
	"bugs": {
		"url": "https://github.com/WordPress/gutenberg/issues"
	},
	"engines": {
		"node": ">=18.12.0",
		"npm": ">=8.19.2"
	},
	"files": [
		"lib/index.js"
	],
	"main": "lib/index.js",
	"types": "build-types",
	"peerDependencies": {
		"prettier": ">=3"
	},
	"publishConfig": {
		"access": "public"
	},
	"gitHead": "cf707c1f25a2716e310cc8f9afcc8554405c79ac"
}
