Skip to content

Commit 5855a9a

Browse files
committed
fillout package.json
1 parent 49ce4f1 commit 5855a9a

File tree

1 file changed

+17
-7
lines changed

1 file changed

+17
-7
lines changed

package.json

Lines changed: 17 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,19 @@
11
{
2-
"dependencies": {
3-
"@actions/core": "^1.6.0",
4-
"@actions/github": "^5.0.0",
5-
"docker-compose": "^0.23.14",
6-
"fs": "^0.0.1-security",
7-
"js-yaml": "^4.1.0"
8-
}
2+
"name": "phpipam-action",
3+
"version": "0.0.1",
4+
"description": "phpipam-action",
5+
"main": "main.js",
6+
"keywords": [
7+
"phpipam",
8+
"github-action"
9+
],
10+
"author": "",
11+
"license": "ISC",
12+
"devDependencies": {
13+
"@actions/core": "^1.6.0",
14+
"@actions/github": "^5.0.0",
15+
"docker-compose": "^0.23.14",
16+
"fs": "^0.0.1-security",
17+
"js-yaml": "^4.1.0"
18+
}
919
}

0 commit comments

Comments
 (0)