UNPKG

2.35 kBJSONView Raw
1{
2 "name": "@jest/core",
3 "description": "Delightful JavaScript Testing.",
4 "version": "29.3.1",
5 "main": "./build/index.js",
6 "types": "./build/index.d.ts",
7 "exports": {
8 ".": {
9 "types": "./build/index.d.ts",
10 "default": "./build/index.js"
11 },
12 "./package.json": "./package.json"
13 },
14 "dependencies": {
15 "@jest/console": "^29.3.1",
16 "@jest/reporters": "^29.3.1",
17 "@jest/test-result": "^29.3.1",
18 "@jest/transform": "^29.3.1",
19 "@jest/types": "^29.3.1",
20 "@types/node": "*",
21 "ansi-escapes": "^4.2.1",
22 "chalk": "^4.0.0",
23 "ci-info": "^3.2.0",
24 "exit": "^0.1.2",
25 "graceful-fs": "^4.2.9",
26 "jest-changed-files": "^29.2.0",
27 "jest-config": "^29.3.1",
28 "jest-haste-map": "^29.3.1",
29 "jest-message-util": "^29.3.1",
30 "jest-regex-util": "^29.2.0",
31 "jest-resolve": "^29.3.1",
32 "jest-resolve-dependencies": "^29.3.1",
33 "jest-runner": "^29.3.1",
34 "jest-runtime": "^29.3.1",
35 "jest-snapshot": "^29.3.1",
36 "jest-util": "^29.3.1",
37 "jest-validate": "^29.3.1",
38 "jest-watcher": "^29.3.1",
39 "micromatch": "^4.0.4",
40 "pretty-format": "^29.3.1",
41 "slash": "^3.0.0",
42 "strip-ansi": "^6.0.0"
43 },
44 "devDependencies": {
45 "@jest/test-sequencer": "^29.3.1",
46 "@jest/test-utils": "^29.3.1",
47 "@types/exit": "^0.1.30",
48 "@types/graceful-fs": "^4.1.3",
49 "@types/micromatch": "^4.0.1"
50 },
51 "peerDependencies": {
52 "node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0"
53 },
54 "peerDependenciesMeta": {
55 "node-notifier": {
56 "optional": true
57 }
58 },
59 "engines": {
60 "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
61 },
62 "repository": {
63 "type": "git",
64 "url": "https://github.com/facebook/jest.git",
65 "directory": "packages/jest-core"
66 },
67 "bugs": {
68 "url": "https://github.com/facebook/jest/issues"
69 },
70 "homepage": "https://jestjs.io/",
71 "license": "MIT",
72 "keywords": [
73 "ava",
74 "babel",
75 "coverage",
76 "easy",
77 "expect",
78 "facebook",
79 "immersive",
80 "instant",
81 "jasmine",
82 "jest",
83 "jsdom",
84 "mocha",
85 "mocking",
86 "painless",
87 "qunit",
88 "runner",
89 "sandboxed",
90 "snapshot",
91 "tap",
92 "tape",
93 "test",
94 "testing",
95 "typescript",
96 "watch"
97 ],
98 "publishConfig": {
99 "access": "public"
100 },
101 "gitHead": "05deb8393c4ad71e19be2567b704dfd3a2ab5fc9"
102}