UNPKG

1.27 kBJSONView Raw
1{
2 "name": "jest",
3 "description": "Delightful JavaScript Testing.",
4 "version": "27.3.1",
5 "main": "./build/jest.js",
6 "types": "./build/jest.d.ts",
7 "exports": {
8 ".": "./build/jest.js",
9 "./package.json": "./package.json",
10 "./bin/jest": "./bin/jest.js"
11 },
12 "dependencies": {
13 "@jest/core": "^27.3.1",
14 "import-local": "^3.0.2",
15 "jest-cli": "^27.3.1"
16 },
17 "peerDependencies": {
18 "node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0"
19 },
20 "peerDependenciesMeta": {
21 "node-notifier": {
22 "optional": true
23 }
24 },
25 "bin": "./bin/jest.js",
26 "engines": {
27 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
28 },
29 "repository": {
30 "type": "git",
31 "url": "https://github.com/facebook/jest"
32 },
33 "homepage": "https://jestjs.io/",
34 "license": "MIT",
35 "keywords": [
36 "ava",
37 "babel",
38 "coverage",
39 "easy",
40 "expect",
41 "facebook",
42 "immersive",
43 "instant",
44 "jasmine",
45 "jest",
46 "jsdom",
47 "mocha",
48 "mocking",
49 "painless",
50 "qunit",
51 "runner",
52 "sandboxed",
53 "snapshot",
54 "tap",
55 "tape",
56 "test",
57 "testing",
58 "typescript",
59 "watch"
60 ],
61 "publishConfig": {
62 "access": "public"
63 },
64 "gitHead": "4f3328f3227aa0668486f819b3353af5b6cc797b"
65}