UNPKG

1.03 kBJSONView Raw
1{
2 "name": "jest",
3 "description": "Delightful JavaScript Testing.",
4 "version": "25.2.4",
5 "main": "build/jest.js",
6 "types": "build/jest.d.ts",
7 "typesVersions": {
8 "<3.8": {
9 "build/*": [
10 "build/ts3.4/*"
11 ]
12 }
13 },
14 "dependencies": {
15 "@jest/core": "^25.2.4",
16 "import-local": "^3.0.2",
17 "jest-cli": "^25.2.4"
18 },
19 "bin": "./bin/jest.js",
20 "engines": {
21 "node": ">= 8.3"
22 },
23 "repository": {
24 "type": "git",
25 "url": "https://github.com/facebook/jest"
26 },
27 "homepage": "https://jestjs.io/",
28 "license": "MIT",
29 "keywords": [
30 "ava",
31 "babel",
32 "coverage",
33 "easy",
34 "expect",
35 "facebook",
36 "immersive",
37 "instant",
38 "jasmine",
39 "jest",
40 "jsdom",
41 "mocha",
42 "mocking",
43 "painless",
44 "qunit",
45 "runner",
46 "sandboxed",
47 "snapshot",
48 "tap",
49 "tape",
50 "test",
51 "testing",
52 "typescript",
53 "watch"
54 ],
55 "publishConfig": {
56 "access": "public"
57 },
58 "gitHead": "324938561c608e0e9dddc008e5dde1589d7abc68"
59}