orionsoft-react-scripts
Version:
Orionsoft Configuration and scripts for Create React App.
22 lines (21 loc) • 476 B
JSON
{
"name": "jest-snapshot",
"version": "16.0.2",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
},
"license": "BSD-3-Clause",
"main": "build/index.js",
"dependencies": {
"jest-diff": "^16.0.0",
"jest-file-exists": "^15.0.0",
"jest-matcher-utils": "^16.0.0",
"jest-util": "^16.0.2",
"natural-compare": "^1.4.0",
"pretty-format": "~4.2.1"
},
"scripts": {
"test": "../jest-cli/bin/jest.js"
}
}