27 lines
648 B
JSON
27 lines
648 B
JSON
{
|
|
"name": "jest-config",
|
|
"version": "23.6.0",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/facebook/jest.git"
|
|
},
|
|
"license": "MIT",
|
|
"main": "build/index.js",
|
|
"dependencies": {
|
|
"babel-core": "^6.0.0",
|
|
"babel-jest": "^23.6.0",
|
|
"chalk": "^2.0.1",
|
|
"glob": "^7.1.1",
|
|
"jest-environment-jsdom": "^23.4.0",
|
|
"jest-environment-node": "^23.4.0",
|
|
"jest-get-type": "^22.1.0",
|
|
"jest-jasmine2": "^23.6.0",
|
|
"jest-regex-util": "^23.3.0",
|
|
"jest-resolve": "^23.6.0",
|
|
"jest-util": "^23.4.0",
|
|
"jest-validate": "^23.6.0",
|
|
"micromatch": "^2.3.11",
|
|
"pretty-format": "^23.6.0"
|
|
}
|
|
}
|