orionsoft-react-scripts
Version:
Orionsoft Configuration and scripts for Create React App.
39 lines (38 loc) • 949 B
JSON
{
"name": "jest-runtime",
"version": "16.0.2",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
},
"license": "BSD-3-Clause",
"main": "build/index.js",
"dependencies": {
"babel-core": "^6.11.4",
"babel-jest": "^16.0.0",
"babel-plugin-istanbul": "^2.0.0",
"chalk": "^1.1.3",
"graceful-fs": "^4.1.6",
"jest-config": "^16.0.2",
"jest-file-exists": "^15.0.0",
"jest-haste-map": "^16.0.2",
"jest-mock": "^16.0.2",
"jest-resolve": "^16.0.2",
"jest-snapshot": "^16.0.2",
"jest-util": "^16.0.2",
"json-stable-stringify": "^1.0.0",
"multimatch": "^2.1.0",
"yargs": "^5.0.0"
},
"bin": {
"jest-runtime": "./bin/jest-runtime.js"
},
"devDependencies": {
"jest-config": "^16.0.2",
"jest-environment-node": "^16.0.2",
"jest-environment-jsdom": "^16.0.2"
},
"scripts": {
"test": "../../packages/jest-cli/bin/jest.js"
}
}