{
  "name": "jest-environment-node",
  "version": "12.1.5-alpha.b5322422",
  "repository": {
    "type": "git",
    "url": "https://github.com/facebook/jest.git"
  },
  "license": "BSD-3-Clause",
  "main": "build/index.js",
  "dependencies": {
    "jest-util": "^12.1.5-alpha.b5322422"
  },
  "jest": {
    "rootDir": "./build",
    "testEnvironment": "node"
  },
  "scripts": {
    "test": "../../packages/jest-cli/bin/jest.js"
  }
}
