UNPKG

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