-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
192 lines (192 loc) · 4.67 KB
/
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
{
"name": "@nimbella/nimbella-cli",
"version": "4.2.8",
"description": "A comprehensive CLI for the Nimbella stack",
"main": "lib/index.js",
"repository": {
"type": "git",
"url": "https://github.com/nimbella/nimbella-cli.git"
},
"bin": {
"nim": "./bin/run"
},
"keywords": [],
"author": "Nimbella Corporation",
"license": "Apache-2.0",
"dependencies": {
"@adobe/aio-cli-plugin-runtime": "github:nimbella/aio-cli-plugin-runtime#v2021-11-19-1",
"@adobe/aio-lib-core-config": "^2.0.0",
"@adobe/aio-lib-runtime": "^3.3.0",
"@nimbella/nimbella-deployer": "4.3.10",
"@nimbella/storage": "^0.0.7",
"@oclif/command": "^1",
"@oclif/config": "^1",
"chalk": "^4.1.0",
"check-node-version": "^4.0.3",
"chokidar": "^3.4.0",
"debug": "^4.1.1",
"fs-extra": "^10.0.0",
"gaxios": "^4.3.0",
"get-port": "^5.1.1",
"js-yaml": "^3.13.1",
"open": "^6.3.0",
"openwhisk": "3.21.7",
"patch-package": "^6.2.2",
"rimraf": "^3.0.1"
},
"overrides": {
"@adobe/aio-cli-plugin-runtime": {
"@adobe/aio-lib-runtime": "^3.3.0"
},
"ansi-regex": "^5.0.1"
},
"devDependencies": {
"@oclif/dev-cli": "^1",
"@types/js-yaml": "^3.12.1",
"@types/node": "11.13.4",
"@types/swagger-schema-official": "2.0.15",
"@typescript-eslint/eslint-plugin": "^3.9.0",
"@typescript-eslint/parser": "^3.9.0",
"esbuild": "^0.14.36",
"esbuild-node-externals": "^1.4.1",
"eslint": "^7.7.0",
"eslint-config-standard": "^14.1.1",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"globby": "^11.0.3",
"husky": "^5.1.2",
"npm-dts": "^1.3.10",
"typescript": "^3.4.3"
},
"engines": {
"node": ">=10.0.0"
},
"files": [
"/bin",
"/lib",
"/oclif.manifest.json",
"/LICENSE",
"/license.html",
"/package.json",
"/version.json",
"/runtimes.json",
"/sensitiveNamespaces.json",
"/productionProjects.json",
"/404.html",
"/changes.html"
],
"oclif": {
"commands": "./lib/commands",
"bin": "nim",
"hooks": {
"prerun": "./lib/hooks/prerun"
},
"scope": "nimbella",
"macos": {
"identifier": "com.nimbella.cli"
},
"update": {
"node": {
"version": "16.13.0"
}
},
"topics": {
"auth": {
"description": "manage Nimbella and Github credentials"
},
"autocomplete": {
"hidden": true
},
"workbench": {
"description": "open Nimbella workbench with login or command",
"aliases": [
"wb"
]
},
"project": {
"description": "manage and deploy Nimbella projects",
"aliases": [
"projects"
]
},
"action": {
"description": "work with actions",
"aliases": [
"actions"
]
},
"activation": {
"description": "work with activations",
"aliases": [
"activations"
]
},
"namespace": {
"description": "work with namespaces",
"aliases": [
"ns"
]
},
"package": {
"description": "work with packages",
"aliases": [
"packages"
]
},
"route": {
"description": "work with routes",
"aliases": [
"routes"
]
},
"rule": {
"description": "work with rules",
"aliases": [
"rules"
]
},
"trigger": {
"description": "work with triggers",
"aliases": [
"triggers"
]
},
"web": {
"description": "work with web contents"
},
"key-value": {
"description": "work with key-value store",
"aliases": [
"kv"
]
},
"object": {
"description": "work with objects store",
"aliases": [
"objects"
]
},
"plugins": {
"description": "manage optional API specification sources",
"aliases": [
"plugin"
]
}
}
},
"scripts": {
"prepare": "npm run version-check && patch-package && husky install",
"postpack": "rimraf oclif.manifest.json",
"pack": "oclif-dev pack",
"prepack": "npm run build && oclif-dev manifest && oclif-dev readme",
"test": "npx bats -r tests/*/*bats",
"version": "oclif-dev readme && git add README.md",
"lint": "eslint 'src/**/*.ts'",
"version-check": "npx check-node-version --node \">=10.0\"",
"start": "./bin/run",
"build": "tsc && node esbuild.config.js && npm-dts generate -o lib/index.d.ts"
},
"types": "lib/index.d.ts"
}