-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
37 lines (37 loc) · 908 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
{
"name": "helm-charts-actions",
"description": "GitHub actions to use with helm-charts repo",
"version": "1.0.0",
"author": "bjw-s",
"repository": {
"type": "git",
"url": "git+https://github.com/bjw-s/helm-chart-actions.git"
},
"scripts": {
"build": "tsc --build",
"removeNPMAbsolutePaths": "removeNPMAbsolutePaths . --force"
},
"engines": {
"node": ">=20"
},
"keywords": [],
"license": "Apache-2.0",
"dependencies": {
"@actions/core": "^1.10.1",
"@actions/github": "^6.0.0",
"@octokit/types": "^13.0.0",
"ajv": "8.17.1",
"ajv-formats": "3.0.1",
"fs-extra": "11.2.0",
"json-schema-to-ts": "3.1.1",
"semver": "7.6.3",
"yaml": "2.6.1"
},
"devDependencies": {
"@types/fs-extra": "11.0.4",
"@types/node": "22.10.1",
"@types/semver": "7.5.8",
"removeNPMAbsolutePaths": "3.0.1",
"typescript": "5.7.2"
}
}