-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 860 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": "devops-files-frontend-kubernetes",
"version": "1.1.6",
"description": "A custom package containing deployment, ingress, and issuers files.",
"main": "index.js",
"scripts": {
"prepare": "node index.js"
},
"files": [
"deployments",
"ingresses",
"issuers",
"services",
".github",
"Dockerfile"
],
"keywords": [
"doctl",
"kubernetes",
"deployment",
"frontend",
"docker"
],
"author": "nilamadhab",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/nilamadhab47/devops-files-frontend-kubernetes.git"
},
"bugs": {
"url": "https://github.com/nilamadhab47/devops-files-frontend-kubernetes/issues"
},
"homepage": "https://github.com/nilamadhab47/devops-files-frontend-kubernetes#readme",
"dependencies": {
"fs-extra": "^11.1.1"
}
}