node/tools/github_reporter/package.json
Node.js GitHub Bot d17fefcd71
tools: update github_reporter to 1.7.1
PR-URL: https://github.com/nodejs/node/pull/54951
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
2024-09-17 08:49:58 +00:00

32 lines
806 B
JSON

{
"name": "@reporters/github",
"version": "1.7.1",
"description": "A github actions reporter for `node:test`",
"type": "commonjs",
"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"
}