orionsoft-react-scripts
Version:
Orionsoft Configuration and scripts for Create React App.
22 lines (21 loc) • 453 B
JSON
{
"name": "jest-util",
"version": "16.0.2",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
},
"license": "BSD-3-Clause",
"main": "build/index.js",
"dependencies": {
"chalk": "^1.1.1",
"diff": "^3.0.0",
"graceful-fs": "^4.1.6",
"jest-file-exists": "^15.0.0",
"jest-mock": "^16.0.2",
"mkdirp": "^0.5.1"
},
"scripts": {
"test": "../../packages/jest-cli/bin/jest.js"
}
}