jest-json-reporter
Version:
JSON test results processor for Jest.
38 lines (37 loc) • 742 B
JSON
{
"name": "jest-json-reporter",
"version": "1.2.2",
"description": "JSON test results processor for Jest.",
"main": "index.js",
"scripts": {
"test": "jest",
"dev": "jest --watch"
},
"jest": {
"testResultsProcessor": "."
},
"jestJsonReporter": {
"outputFile": "results.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Vall3y/jest-json-reporter.git"
},
"homepage": "https://github.com/Vall3y/jest-json-reporter",
"keywords": [
"test",
"jest",
"reporter"
],
"author": {
"email": "vall3y@gmail.com",
"name": "Guy Zissman"
},
"license": "MIT",
"devDependencies": {
"jest": "^19.0.2"
},
"dependencies": {
"read-pkg": "^2.0.0"
}
}