{
  "name": "jest",
  "description": "Painless JavaScript Testing.",
  "version": "17.0.2",
  "main": "build/jest.js",
  "dependencies": {
    "jest-cli": "^17.0.2"
  },
  "bin": {
    "jest": "./bin/jest.js"
  },
  "engines": {
    "node": ">= 4"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/facebook/jest"
  },
  "license": "BSD-3-Clause"
}
