orionsoft-react-scripts
Version:
Orionsoft Configuration and scripts for Create React App.
20 lines (19 loc) • 412 B
JSON
{
"name": "jest-haste-map",
"version": "16.0.2",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
},
"license": "BSD-3-Clause",
"main": "build/index.js",
"dependencies": {
"fb-watchman": "^1.9.0",
"graceful-fs": "^4.1.6",
"multimatch": "^2.1.0",
"worker-farm": "^1.3.1"
},
"scripts": {
"test": "../../packages/jest-cli/bin/jest.js"
}
}