27 lines
610 B
JSON
27 lines
610 B
JSON
|
{
|
||
|
"name": "jest-environment-node",
|
||
|
"version": "24.9.0",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/facebook/jest.git",
|
||
|
"directory": "packages/jest-environment-node"
|
||
|
},
|
||
|
"license": "MIT",
|
||
|
"main": "build/index.js",
|
||
|
"types": "build/index.d.ts",
|
||
|
"dependencies": {
|
||
|
"@jest/environment": "^24.9.0",
|
||
|
"@jest/fake-timers": "^24.9.0",
|
||
|
"@jest/types": "^24.9.0",
|
||
|
"jest-mock": "^24.9.0",
|
||
|
"jest-util": "^24.9.0"
|
||
|
},
|
||
|
"engines": {
|
||
|
"node": ">= 6"
|
||
|
},
|
||
|
"publishConfig": {
|
||
|
"access": "public"
|
||
|
},
|
||
|
"gitHead": "9ad0f4bc6b8bdd94989804226c28c9960d9da7d1"
|
||
|
}
|