UNPKG

jest-standard-reporter

Version:

Jest reporter that uses stdout for messages and stderr for errors

43 lines (42 loc) 982 B
{ "name": "jest-standard-reporter", "version": "2.0.0", "description": "Jest reporter that uses stdout for messages and stderr for errors", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "author": "Chris Galvan", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/chrisgalvan/jest-standard-reporter" }, "bugs": { "url": "https://github.com/chrisgalvan/jest-standard-reporter/issues" }, "keywords": [ "jest", "jest-reporter" ], "husky": { "hooks": { "pre-commit": "pretty-quick --staged" } }, "devDependencies": { "eslint": "7.11.0", "eslint-config-prettier": "6.14.0", "husky": "4.3.0", "prettier": "2.1.2", "pretty-quick": "3.1.0" }, "dependencies": { "@jest/console": "^26.6.0", "chalk": "^4.1.0", "jest-util": "^26.6.0", "path": "^0.12.7", "slash": "^3.0.0", "string-length": "^4.0.1" } }