package.json
1 { 2 "name": "jest-cli", 3 "description": "Delightful JavaScript Testing.", 4 "version": "26.6.3", 5 "main": "build/index.js", 6 "types": "build/index.d.ts", 7 "dependencies": { 8 "@jest/core": "^26.6.3", 9 "@jest/test-result": "^26.6.2", 10 "@jest/types": "^26.6.2", 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.6.3", 17 "jest-util": "^26.6.2", 18 "jest-validate": "^26.6.2", 19 "prompts": "^2.0.1", 20 "yargs": "^15.4.1" 21 }, 22 "devDependencies": { 23 "@jest/test-utils": "^26.6.2", 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": "2f6931e91d5ab126de70caf150c68709752e7f6c" 76 }