orionsoft-react-scripts
Version:
Orionsoft Configuration and scripts for Create React App.
21 lines (20 loc) • 448 B
JSON
{
"name": "jest-jasmine2",
"version": "16.0.2",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
},
"license": "BSD-3-Clause",
"main": "build/index.js",
"dependencies": {
"graceful-fs": "^4.1.6",
"jasmine-check": "^0.1.4",
"jest-matchers": "^16.0.2",
"jest-snapshot": "^16.0.2",
"jest-util": "^16.0.2"
},
"scripts": {
"test": "../../packages/jest-cli/bin/jest.js"
}
}