2023-08-13 06:32:53 +00:00
|
|
|
{
|
|
|
|
"name": "@reporters/github",
|
2024-09-17 08:49:58 +00:00
|
|
|
"version": "1.7.1",
|
2023-08-13 06:32:53 +00:00
|
|
|
"description": "A github actions reporter for `node:test`",
|
2023-09-28 13:01:41 +00:00
|
|
|
"type": "commonjs",
|
2023-08-13 06:32:53 +00:00
|
|
|
"keywords": [
|
|
|
|
"github actions",
|
|
|
|
"node:test",
|
|
|
|
"test",
|
|
|
|
"reporter",
|
|
|
|
"reporters"
|
|
|
|
],
|
|
|
|
"dependencies": {
|
|
|
|
"@actions/core": "^1.10.0",
|
|
|
|
"stack-utils": "^2.0.6"
|
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"./index.js"
|
|
|
|
],
|
|
|
|
"scripts": {
|
|
|
|
"test": "node --test-reporter=spec --test-reporter-destination=stdout --test-reporter=./index.js --test-reporter-destination=stdout --test"
|
|
|
|
},
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/MoLow/reporters/issues"
|
|
|
|
},
|
|
|
|
"main": "index.js",
|
|
|
|
"homepage": "https://github.com/MoLow/reporters/tree/main/packages/github",
|
|
|
|
"repository": "https://github.com/MoLow/reporters.git",
|
|
|
|
"author": "Moshe Atlow",
|
|
|
|
"license": "MIT"
|
|
|
|
}
|