UNPKG

@reporters/github

Version:
37 lines (36 loc) 810 B
{ "name": "@reporters/github", "version": "2.0.0", "description": "A github actions reporter for `node:test`", "type": "module", "keywords": [ "github actions", "node:test", "test", "reporter", "reporters" ], "dependencies": { "@actions/core": "^3.0.1", "stack-utils": "^2.0.6" }, "files": [ "./index.js", "./gh_core.js" ], "scripts": { "test": "node --test-reporter=../gh/index.js --test" }, "bugs": { "url": "https://github.com/MoLow/reporters/issues" }, "main": "index.js", "exports": { ".": "./index.js", "./gh_core": "./gh_core.js" }, "homepage": "https://github.com/MoLow/reporters/tree/main/packages/github", "repository": "https://github.com/MoLow/reporters.git", "author": "Moshe Atlow", "license": "MIT" }