jest-environment-node
Version:
21 lines (20 loc) • 435 B
JSON
{
"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"
}
}