{
  "name": "jest-diff",
  "version": "13.3.0-alpha.ffc7404b",
  "repository": {
    "type": "git",
    "url": "https://github.com/facebook/jest.git"
  },
  "license": "BSD-3-Clause",
  "main": "build/index.js",
  "dependencies": {
    "chalk": "^1.1.3",
    "diff": "^2.2.3",
    "pretty-format": "^3.5.0"
  },
  "jest": {
    "automock": false,
    "rootDir": "./src",
    "scriptPreprocessor": "../../babel-jest",
    "testEnvironment": "node"
  },
  "scripts": {
    "test": "../../packages/jest-cli/bin/jest.js"
  }
}
