UNPKG

1.63 kBJSONView Raw
1{
2 "name": "jest-cli",
3 "description": "Delightful JavaScript Testing.",
4 "version": "25.2.3",
5 "main": "build/index.js",
6 "types": "build/index.d.ts",
7 "typesVersions": {
8 "<3.8": {
9 "build/*": [
10 "build/ts3.4/*"
11 ]
12 }
13 },
14 "dependencies": {
15 "@jest/core": "^25.2.3",
16 "@jest/test-result": "^25.2.3",
17 "@jest/types": "^25.2.3",
18 "chalk": "^3.0.0",
19 "exit": "^0.1.2",
20 "import-local": "^3.0.2",
21 "is-ci": "^2.0.0",
22 "jest-config": "^25.2.3",
23 "jest-util": "^25.2.3",
24 "jest-validate": "^25.2.3",
25 "prompts": "^2.0.1",
26 "realpath-native": "^2.0.0",
27 "yargs": "^15.3.1"
28 },
29 "devDependencies": {
30 "@jest/test-utils": "^25.2.1",
31 "@types/exit": "^0.1.30",
32 "@types/is-ci": "^2.0.0",
33 "@types/prompts": "^2.0.1",
34 "@types/yargs": "^15.0.0"
35 },
36 "bin": {
37 "jest": "./bin/jest.js"
38 },
39 "engines": {
40 "node": ">= 8.3"
41 },
42 "repository": {
43 "type": "git",
44 "url": "https://github.com/facebook/jest",
45 "directory": "packages/jest-cli"
46 },
47 "bugs": {
48 "url": "https://github.com/facebook/jest/issues"
49 },
50 "homepage": "https://jestjs.io/",
51 "license": "MIT",
52 "keywords": [
53 "ava",
54 "babel",
55 "coverage",
56 "easy",
57 "expect",
58 "facebook",
59 "immersive",
60 "instant",
61 "jasmine",
62 "jest",
63 "jsdom",
64 "mocha",
65 "mocking",
66 "painless",
67 "qunit",
68 "runner",
69 "sandboxed",
70 "snapshot",
71 "tap",
72 "tape",
73 "test",
74 "testing",
75 "typescript",
76 "watch"
77 ],
78 "publishConfig": {
79 "access": "public"
80 },
81 "gitHead": "6f8bf80c38567ba076ae979af2dedb42b285b2d5"
82}