mirror of
https://github.com/nodejs/node.git
synced 2024-11-21 10:59:27 +00:00
d17fefcd71
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>
32 lines
806 B
JSON
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"
|
|
}
|