@testup/console-reporter
Version:
TestUp reporter for shell and browser console
29 lines (28 loc) • 715 B
JSON
{
"main": "console-reporter.js",
"name": "@testup/console-reporter",
"version": "0.2.0",
"description": "TestUp reporter for shell and browser console",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rumkin/testup.git"
},
"keywords": [
"testup",
"test",
"report",
"console-report"
],
"publishConfig": {
"access": "public"
},
"author": "Rumkin <dev@rumk.in> (https://rumk.in/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/rumkin/testup/issues"
},
"homepage": "https://github.com/rumkin/testup/tree/master/packages/@testup/console-reporter#readme"
}