orionsoft-react-scripts
Version:
Orionsoft Configuration and scripts for Create React App.
20 lines (19 loc) • 405 B
JSON
{
"name": "jest-diff",
"version": "16.0.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
},
"license": "BSD-3-Clause",
"main": "build/index.js",
"dependencies": {
"chalk": "^1.1.3",
"diff": "^3.0.0",
"jest-matcher-utils": "^16.0.0",
"pretty-format": "~4.2.1"
},
"scripts": {
"test": "../../packages/jest-cli/bin/jest.js"
}
}