UNPKG

1.47 kBJSONView Raw
1{
2 "name": "jest",
3 "description": "Delightful JavaScript Testing.",
4 "version": "29.0.2",
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 "./bin/jest": "./bin/jest.js"
14 },
15 "dependencies": {
16 "@jest/core": "^29.0.2",
17 "@jest/types": "^29.0.2",
18 "import-local": "^3.0.2",
19 "jest-cli": "^29.0.2"
20 },
21 "devDependencies": {
22 "@tsd/typescript": "~4.8.2",
23 "tsd-lite": "^0.6.0"
24 },
25 "peerDependencies": {
26 "node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0"
27 },
28 "peerDependenciesMeta": {
29 "node-notifier": {
30 "optional": true
31 }
32 },
33 "bin": "./bin/jest.js",
34 "engines": {
35 "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
36 },
37 "repository": {
38 "type": "git",
39 "url": "https://github.com/facebook/jest.git",
40 "directory": "packages/jest"
41 },
42 "homepage": "https://jestjs.io/",
43 "license": "MIT",
44 "keywords": [
45 "ava",
46 "babel",
47 "coverage",
48 "easy",
49 "expect",
50 "facebook",
51 "immersive",
52 "instant",
53 "jasmine",
54 "jest",
55 "jsdom",
56 "mocha",
57 "mocking",
58 "painless",
59 "qunit",
60 "runner",
61 "sandboxed",
62 "snapshot",
63 "tap",
64 "tape",
65 "test",
66 "testing",
67 "typescript",
68 "watch"
69 ],
70 "publishConfig": {
71 "access": "public"
72 },
73 "gitHead": "616fcf56bb8481d29ba29cc34be32a92b1cf85e5"
74}