UNPKG

1.49 kBJSONView Raw
1{
2 "name": "jest",
3 "description": "Delightful JavaScript Testing.",
4 "version": "28.1.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 "./bin/jest": "./bin/jest.js"
14 },
15 "dependencies": {
16 "@jest/core": "^28.1.1",
17 "@jest/types": "^28.1.1",
18 "import-local": "^3.0.2",
19 "jest-cli": "^28.1.1"
20 },
21 "devDependencies": {
22 "@tsd/typescript": "~4.7.3",
23 "tsd-lite": "^0.5.1"
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": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.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": "eb954f8874960920ac50a8f976bb333fbb06ada9"
74}