forked from mamezou-tech/setup-helmfile
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 971 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "setup-helmfile",
"version": "1.3.0",
"description": "Action for setup helmfile",
"main": "index.js",
"scripts": {
"lint": "eslint src/** --ignore-pattern **/*.test.js",
"package": "ncc build src/index.js -o dist",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mamezou-tech/setup-helmfile.git"
},
"keywords": [
"GitHub",
"Actions",
"helmfile"
],
"author": "mamezou-tech",
"license": "MIT",
"bugs": {
"url": "https://github.com/mamezou-tech/setup-helmfile/issues"
},
"homepage": "https://github.com/mamezou-tech/setup-helmfile#readme",
"dependencies": {
"@actions/core": "^1.10.0",
"@actions/exec": "^1.1.1",
"@actions/github": "^6.0.0",
"@actions/io": "^1.1.3",
"@actions/tool-cache": "^2.0.1",
"compare-versions": "^6.1.0"
},
"devDependencies": {
"@vercel/ncc": "^0.38.1",
"eslint": "^8.52.0",
"jest": "^29.7.0"
}
}