We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49ce4f1 commit 5855a9aCopy full SHA for 5855a9a
package.json
@@ -1,9 +1,19 @@
1
{
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
- }
+ "name": "phpipam-action",
+ "version": "0.0.1",
+ "description": "phpipam-action",
+ "main": "main.js",
+ "keywords": [
+ "phpipam",
+ "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
+ }
19
}
0 commit comments