-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 960 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
{
"author": "RedKubes",
"bugs": {
"url": "https://github.com/linode/apl-announcements/issues"
},
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
}
},
"dependencies": {
"ajv": "8.17.1",
"js-yaml": "^4.1.0",
"yaml": "2.7.0",
"zx": "^8.2.2",
"envalid": "8.0.0"
},
"description": "Otomi Core is an opinionated stack of Kubernetes apps and configurations. Part of Otomi Container Platform.",
"engines": {
"node": ">=20 <21",
"npm": "^10"
},
"homepage": "https://github.com/linode/apl-announcements#readme",
"license": "Apache-2.0",
"name": "apl-announcements",
"private": true,
"repository": {
"type": "git",
"url": "git+https://github.com/linode/apl-announcements.git"
},
"scripts": {
"validate-with-dockerhub": "src/validate-with-dockerhub.mjs",
"validate-with-schema": "src/validate-with-schema.mjs"
},
"type": "commonjs",
"version": "1.0.0"
}