{
	"name": "@wordpress/jest-console",
	"version": "7.16.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": "2a00e87b57b9c27ed2b9b0fd8d423ef3cada72c1"
}
