{
  "name": "jest-cli",
  "description": "Painless JavaScript Testing.",
  "version": "17.0.3",
  "main": "build/jest.js",
  "dependencies": {
    "ansi-escapes": "^1.4.0",
    "callsites": "^2.0.0",
    "chalk": "^1.1.1",
    "graceful-fs": "^4.1.6",
    "is-ci": "^1.0.9",
    "istanbul-api": "^1.0.0-aplha.10",
    "istanbul-lib-coverage": "^1.0.0",
    "istanbul-lib-instrument": "^1.1.1",
    "jest-changed-files": "^17.0.2",
    "jest-config": "^17.0.3",
    "jest-environment-jsdom": "^17.0.2",
    "jest-file-exists": "^17.0.0",
    "jest-haste-map": "^17.0.3",
    "jest-jasmine2": "^17.0.3",
    "jest-mock": "^17.0.2",
    "jest-resolve": "^17.0.3",
    "jest-resolve-dependencies": "^17.0.3",
    "jest-runtime": "^17.0.3",
    "jest-snapshot": "^17.0.3",
    "jest-util": "^17.0.2",
    "json-stable-stringify": "^1.0.0",
    "node-notifier": "^4.6.1",
    "sane": "~1.4.1",
    "strip-ansi": "^3.0.1",
    "throat": "^3.0.0",
    "which": "^1.1.1",
    "worker-farm": "^1.3.1",
    "yargs": "^6.3.0"
  },
  "bin": {
    "jest": "./bin/jest.js"
  },
  "engines": {
    "node": ">= 4"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/facebook/jest"
  },
  "scripts": {
    "test": "./bin/jest.js"
  },
  "bugs": {
    "url": "https://github.com/facebook/jest/issues"
  },
  "homepage": "http://facebook.github.io/jest/",
  "keywords": [
    "facebook",
    "jest",
    "test",
    "unit",
    "jasmine",
    "mock"
  ],
  "license": "BSD-3-Clause"
}
