{ "name": "@wordpress/jest-console", "version": "7.29.0", "description": "Custom Jest matchers for the Console object.", "author": "The WordPress Contributors", "license": "GPL-2.0-or-later", "keywords": [ "wordpress", "gutenberg", "jest", "matchers", "console" ], "homepage": "https://github.com/WordPress/gutenberg/tree/HEAD/packages/jest-console/README.md", "repository": { "type": "git", "url": "https://github.com/WordPress/gutenberg.git", "directory": "packages/jest-console" }, "bugs": { "url": "https://github.com/WordPress/gutenberg/issues" }, "engines": { "node": ">=14" }, "files": [ "build", "build-module", "types" ], "main": "build/index.js", "module": "build-module/index.js", "types": "types", "dependencies": { "@babel/runtime": "^7.16.0", "jest-matcher-utils": "^29.6.2" }, "peerDependencies": { "jest": ">=29" }, "publishConfig": { "access": "public" }, "gitHead": "42f38f287506a6b3ed8ccba839b18ad066821044" }