Skip to content

Commit a048a36

Browse files
Create package.json
1 parent 1df2659 commit a048a36

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

package.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"name": "gh-action-community",
3+
"version": "1.0.0",
4+
"description": "GitHub Action for the Community, from welcoming first timers to badges",
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/Drive-for-Java/gh-action-community.git"
12+
},
13+
"keywords": [],
14+
"author": "",
15+
"license": "ISC",
16+
"bugs": {
17+
"url": "https://github.com/Drive-for-Java/gh-action-community/issues"
18+
},
19+
"homepage": "https://github.com/Drive-for-Java/gh-action-community#readme",
20+
"dependencies": {
21+
"@actions/core": "^1.2.5",
22+
"@actions/github": "^4.0.0",
23+
"firebase-admin": "^9.1.1"
24+
}
25+
}

0 commit comments

Comments
 (0)