1 | {
|
2 | "name": "pretty-format",
|
3 | "version": "29.7.0",
|
4 | "repository": {
|
5 | "type": "git",
|
6 | "url": "https://github.com/jestjs/jest.git",
|
7 | "directory": "packages/pretty-format"
|
8 | },
|
9 | "license": "MIT",
|
10 | "description": "Stringify any JavaScript value.",
|
11 | "main": "./build/index.js",
|
12 | "types": "./build/index.d.ts",
|
13 | "exports": {
|
14 | ".": {
|
15 | "types": "./build/index.d.ts",
|
16 | "default": "./build/index.js"
|
17 | },
|
18 | "./package.json": "./package.json"
|
19 | },
|
20 | "author": "James Kyle <me@thejameskyle.com>",
|
21 | "dependencies": {
|
22 | "@jest/schemas": "^29.6.3",
|
23 | "ansi-styles": "^5.0.0",
|
24 | "react-is": "^18.0.0"
|
25 | },
|
26 | "devDependencies": {
|
27 | "@types/react": "^17.0.3",
|
28 | "@types/react-is": "^18.0.0",
|
29 | "@types/react-test-renderer": "17.0.2",
|
30 | "immutable": "^4.0.0",
|
31 | "jest-util": "^29.7.0",
|
32 | "react": "17.0.2",
|
33 | "react-dom": "^17.0.1",
|
34 | "react-test-renderer": "17.0.2"
|
35 | },
|
36 | "engines": {
|
37 | "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
38 | },
|
39 | "publishConfig": {
|
40 | "access": "public"
|
41 | },
|
42 | "gitHead": "4e56991693da7cd4c3730dc3579a1dd1403ee630"
|
43 | }
|