-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 920 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
38
39
40
41
42
{
"name": "try-firefly",
"version": "1.0.4",
"description": "A command line tool for the Firefly observability framework",
"main": "bin/cli.js",
"scripts": {
"start": "./bin/cli.js"
},
"keywords": [],
"author": "Firefly",
"license": "ISC",
"dependencies": {
"adm-zip": "^0.5.9",
"aws-sdk": "^2.1247.0",
"gradient-string": "^2.0.2",
"inquirer": "^8.0.0",
"js-yaml": "^4.1.0",
"ora": "^5.4.1",
"terminal-kit": "^3.0.0"
},
"bin": {
"firefly": "./bin/cli.js"
},
"contributors": [
{
"name": "Marcus Sinkinson",
"github": "<https://github.com/Sinkinson>"
},
{
"name": "Carolina Avila",
"github": "<https://github.com/CarolinaDAvila>"
},
{
"name": "Julia Park",
"github": "<https://github.com/Julia-Park>"
},
{
"name": "Will Yennie",
"github": "<https://github.com/wyennie>"
}
]
}