{ "name": "jest-cli", "description": "Delightful JavaScript Testing.", "version": "26.6.3", "main": "build/index.js", "types": "build/index.d.ts", "dependencies": { "@jest/core": "^26.6.3", "@jest/test-result": "^26.6.2", "@jest/types": "^26.6.2", "chalk": "^4.0.0", "exit": "^0.1.2", "graceful-fs": "^4.2.4", "import-local": "^3.0.2", "is-ci": "^2.0.0", "jest-config": "^26.6.3", "jest-util": "^26.6.2", "jest-validate": "^26.6.2", "prompts": "^2.0.1", "yargs": "^15.4.1" }, "devDependencies": { "@jest/test-utils": "^26.6.2", "@types/exit": "^0.1.30", "@types/graceful-fs": "^4.1.3", "@types/is-ci": "^2.0.0", "@types/prompts": "^2.0.1", "@types/yargs": "^15.0.0" }, "bin": { "jest": "./bin/jest.js" }, "engines": { "node": ">= 10.14.2" }, "repository": { "type": "git", "url": "https://github.com/facebook/jest", "directory": "packages/jest-cli" }, "bugs": { "url": "https://github.com/facebook/jest/issues" }, "homepage": "https://jestjs.io/", "license": "MIT", "keywords": [ "ava", "babel", "coverage", "easy", "expect", "facebook", "immersive", "instant", "jasmine", "jest", "jsdom", "mocha", "mocking", "painless", "qunit", "runner", "sandboxed", "snapshot", "tap", "tape", "test", "testing", "typescript", "watch" ], "publishConfig": { "access": "public" }, "gitHead": "2f6931e91d5ab126de70caf150c68709752e7f6c" }