UNPKG

989 BJSONView Raw
1{
2 "name": "@wordpress/jest-console",
3 "version": "7.29.0",
4 "description": "Custom Jest matchers for the Console object.",
5 "author": "The WordPress Contributors",
6 "license": "GPL-2.0-or-later",
7 "keywords": [
8 "wordpress",
9 "gutenberg",
10 "jest",
11 "matchers",
12 "console"
13 ],
14 "homepage": "https://github.com/WordPress/gutenberg/tree/HEAD/packages/jest-console/README.md",
15 "repository": {
16 "type": "git",
17 "url": "https://github.com/WordPress/gutenberg.git",
18 "directory": "packages/jest-console"
19 },
20 "bugs": {
21 "url": "https://github.com/WordPress/gutenberg/issues"
22 },
23 "engines": {
24 "node": ">=14"
25 },
26 "files": [
27 "build",
28 "build-module",
29 "types"
30 ],
31 "main": "build/index.js",
32 "module": "build-module/index.js",
33 "types": "types",
34 "dependencies": {
35 "@babel/runtime": "^7.16.0",
36 "jest-matcher-utils": "^29.6.2"
37 },
38 "peerDependencies": {
39 "jest": ">=29"
40 },
41 "publishConfig": {
42 "access": "public"
43 },
44 "gitHead": "42f38f287506a6b3ed8ccba839b18ad066821044"
45}