orionsoft-react-scripts
Version:
Orionsoft Configuration and scripts for Create React App.
25 lines (24 loc) • 582 B
JSON
{
"name": "jest-config",
"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",
"istanbul": "^0.4.5",
"jest-environment-jsdom": "^16.0.2",
"jest-environment-node": "^16.0.2",
"jest-jasmine2": "^16.0.2",
"jest-mock": "^16.0.2",
"jest-resolve": "^16.0.2",
"jest-util": "^16.0.2",
"json-stable-stringify": "^1.0.0"
},
"scripts": {
"test": "../../packages/jest-cli/bin/jest.js"
}
}