Skip to content

Commit 2709077

Browse files
committed
add package.json
1 parent 2954139 commit 2709077

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

package.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"name": "ncm-report-github-action",
3+
"version": "1.0.0",
4+
"description": "![NodeSource Certification process](https://github.com/nodesource/ncm-report-github-action/workflows/NodeSource%20Certification%20process/badge.svg?event=push)",
5+
"main": "index.js",
6+
"scripts": {
7+
"test": "echo \"Error: no test specified\" && exit 1"
8+
},
9+
"repository": {
10+
"type": "git",
11+
"url": "git+https://github.com/nodesource/ncm-report-github-action.git"
12+
},
13+
"author": "",
14+
"license": "ISC",
15+
"bugs": {
16+
"url": "https://github.com/nodesource/ncm-report-github-action/issues"
17+
},
18+
"homepage": "https://github.com/nodesource/ncm-report-github-action#readme"
19+
}

0 commit comments

Comments
 (0)