UNPKG

1.04 kBJSONView Raw
1{
2 "name": "pretty-format",
3 "version": "27.3.1",
4 "repository": {
5 "type": "git",
6 "url": "https://github.com/facebook/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 ".": "./build/index.js",
15 "./package.json": "./package.json"
16 },
17 "author": "James Kyle <me@thejameskyle.com>",
18 "dependencies": {
19 "@jest/types": "^27.2.5",
20 "ansi-regex": "^5.0.1",
21 "ansi-styles": "^5.0.0",
22 "react-is": "^17.0.1"
23 },
24 "devDependencies": {
25 "@types/react": "*",
26 "@types/react-is": "^17.0.0",
27 "@types/react-test-renderer": "*",
28 "immutable": "4.0.0-rc.9",
29 "jest-util": "^27.3.1",
30 "react": "*",
31 "react-dom": "*",
32 "react-test-renderer": "*"
33 },
34 "engines": {
35 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
36 },
37 "publishConfig": {
38 "access": "public"
39 },
40 "gitHead": "4f3328f3227aa0668486f819b3353af5b6cc797b"
41}