UNPKG

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