-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 892 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 892 Bytes
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": "@fleetbase/cli",
"version": "0.0.5",
"description": "CLI tool for managing Fleetbase Extensions",
"repository": "https://github.com/fleetbase/fleetbase",
"license": "AGPL-3.0-or-later",
"author": "Fleetbase Pte Ltd <hello@fleetbase.io>",
"keywords": [
"fleetbase",
"fleetbase-cli",
"fleetbase-extensions"
],
"main": "index.js",
"bin": {
"flb": "./index.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"axios": "^1.7.3",
"chalk": "^5.3.0",
"commander": "^11.1.0",
"enquirer": "^2.4.1",
"form-data": "^4.0.1",
"fs-extra": "^11.2.0",
"glob-promise": "^6.0.7",
"lodash": "^4.17.21",
"npm-cli-login": "^1.0.0",
"semver": "^7.6.3",
"tar": "^7.4.3"
}
}