UNPKG

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