orionsoft-react-scripts
Version:
Orionsoft Configuration and scripts for Create React App.
27 lines (26 loc) • 671 B
JSON
{
"name": "pretty-format",
"version": "4.2.3",
"description": "Stringify any JavaScript value.",
"license": "MIT",
"main": "index.js",
"author": "James Kyle <me@thejameskyle.com>",
"keywords": [],
"repository": "https://github.com/thejameskyle/pretty-format.git",
"bugs": "https://github.com/thejameskyle/pretty-format/issues",
"homepage": "https://github.com/thejameskle/pretty-format",
"scripts": {
"test": "jest",
"perf": "node perf/test.js"
},
"jest": {
"testEnvironment": "node",
"verbose": true
},
"devDependencies": {
"chalk": "^1.1.3",
"jest": "^15.1.1",
"left-pad": "^1.1.1",
"react": "15.3.0"
}
}