UNPKG

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