UNPKG

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