@wordpress/jest-console
Version:
Custom Jest matchers for the Console object.
54 lines (53 loc) • 1.18 kB
JSON
{
"name": "@wordpress/jest-console",
"version": "8.37.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": ">=18.12.0",
"npm": ">=8.19.2"
},
"files": [
"build",
"build-module",
"build-types"
],
"main": "build/index.js",
"module": "build-module/index.js",
"exports": {
".": {
"types": "./build-types/index.d.ts",
"import": "./build-module/index.js",
"require": "./build/index.js"
},
"./package.json": "./package.json"
},
"types": "build-types",
"dependencies": {
"jest-matcher-utils": "^29.6.2"
},
"peerDependencies": {
"jest": ">=29"
},
"publishConfig": {
"access": "public"
},
"gitHead": "2cf13ec6cf86153c9b3cf369bf5c59046f5cd950"
}