UNPKG

gruu-reporter

Version:

Small reporter for TAP output, showing only failing tests and small stack traces. Built for [gruu][] test runner, but works for any other TAP-producing libs

79 lines (78 loc) 1.7 kB
{ "name": "gruu-reporter", "version": "0.3.0", "description": "Small reporter for TAP output, showing only failing tests and small stack traces. Built for [gruu][] test runner, but works for any other TAP-producing libs", "repository": "tunnckoCore/gruu-reporter", "author": "Charlike Mike Reagent <@tunnckoCore> (http://www.tunnckocore.tk)", "precommit.silent": true, "main": "index.js", "license": "MIT", "scripts": { "lint": "standard --verbose", "pretest": "npm run lint", "test": "exit 0", "prerelease": "npm test", "release": "standard-version --sign --no-verify", "precommit": "git add --all", "commit": "git-cz" }, "dependencies": { "duplexer": "^0.1.1", "tap-parser": "^3.0.3", "through2": "^2.0.1" }, "devDependencies": { "commitizen": "^2.8.6", "coveralls": "^2.11.12", "cz-conventional-changelog": "^1.2.0", "nyc": "^8.1.0", "pre-commit": "^1.1.3", "standard": "^8.4.0", "standard-version": "^3.0.0" }, "bin": { "gruu-reporter": "./cli.js" }, "files": [ "index.js", "cli.js" ], "keywords": [ "any", "failing", "failing-only", "failonly", "format", "formatter", "gruu", "gruu-reporter", "only", "report", "reporter", "small", "tap", "tap-reporter", "tape", "testanything" ], "config": { "commitizen": { "path": "./node_modules/cz-conventional-changelog" } }, "verb": { "run": true, "toc": { "render": true, "method": "preWrite", "maxdepth": 3 }, "layout": "empty", "tasks": [ "readme" ], "lint": { "reflinks": true } } }