-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
33 lines (33 loc) · 986 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
{
"name": "helm-charts-monorepo",
"private": true,
"version": "0.0.1",
"description": "The official Octopus helm charts",
"scripts": {
"changeset": "changeset",
"ci:version": "run changeset version && install"
},
"devDependencies": {
"@changesets/cli": "^2.27.7"
},
"repository": {
"type": "git",
"url": "git+https://github.com/OctopusDeploy/helm-charts.git"
},
"keywords": [
"agent",
"kubernetes",
"helm",
"octopus"
],
"author": "Octopus Deploy",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/OctopusDeploy/helm-charts/issues"
},
"homepage": "https://github.com/OctopusDeploy/helm-charts#readme",
"directories": {
"doc": "docs"
},
"packageManager": "[email protected]+sha512.c753b6c3ad7afa13af388fa6d808035a008e30ea9993f58c6663e2bc5ff21679aa834db094987129aa4d488b86df57f7b634981b2f827cdcacc698cc0cfb88af"
}