{ "name": "@wordpress/prettier-config", "version": "3.15.0", "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": ">=14" }, "files": [ "lib/index.js" ], "main": "lib/index.js", "types": "build-types", "peerDependencies": { "prettier": ">=3" }, "publishConfig": { "access": "public" }, "gitHead": "42f38f287506a6b3ed8ccba839b18ad066821044" }