Skip to content

Commit 21b09cd

Browse files
Initialize package.json for GitHub Action project
1 parent 32ff044 commit 21b09cd

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": "gh-action-open-source-labels",
3+
"version": "0.6.4",
4+
"description": "GitHub Action to create open source standards labels",
5+
"scripts": {
6+
"test": "echo \"Error: no test specified\" && exit 1"
7+
},
8+
"repository": {
9+
"type": "git",
10+
"url": "git+https://github.com/Drive-for-Java/gh-action-open-source-labels.git"
11+
},
12+
"keywords": [],
13+
"author": "",
14+
"license": "ISC",
15+
"bugs": {
16+
"url": "https://github.com/Drive-for-Java/gh-action-open-source-labels/issues"
17+
},
18+
"homepage": "https://github.com/Drive-for-Java/gh-action-open-source-labels#readme"
19+
}

0 commit comments

Comments
 (0)