15 lines
281 B
JSON
15 lines
281 B
JSON
{
|
|
"name": "jest-environment-node",
|
|
"version": "23.4.0",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/facebook/jest.git"
|
|
},
|
|
"license": "MIT",
|
|
"main": "build/index.js",
|
|
"dependencies": {
|
|
"jest-mock": "^23.2.0",
|
|
"jest-util": "^23.4.0"
|
|
}
|
|
}
|