-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.15 KB
/
Copy pathpackage.json
File metadata and controls
49 lines (49 loc) · 1.15 KB
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
{
"name": "fjord_cli",
"description": "A command-line tool for Fjord, a real-time API proxy for Kafka.",
"version": "0.2.0",
"author": "fjord",
"bin": {
"fjord": "./bin/cli.js"
},
"dependencies": {
"@aws-cdk/aws-ec2": "^1.119.0",
"@aws-cdk/aws-ecs": "^1.119.0",
"@aws-cdk/aws-ecs-patterns": "^1.119.0",
"@aws-cdk/aws-elasticache": "^1.119.0",
"@aws-cdk/aws-s3": "^1.114.0",
"@aws-cdk/core": "^1.119.0",
"asciify-image": "^0.1.6",
"clear": "^0.1.0",
"cli-progress": "^3.9.0",
"colors": "^1.2.1",
"ora": "^5.4.1",
"promisify-child-process": "^4.1.1",
"util": "^0.12.4"
},
"homepage": "https://github.com/fjord-framework/cli",
"keywords": [
"kafka",
"api proxy",
"fjord"
],
"license": "MIT",
"contributors": [
{
"name": "Austin Miller",
"github": "<https://github.com/aumi9292>"
},
{
"name": "Leena Lallmon",
"github": "<https://github.com/Leena>"
},
{
"name": "Sophie Chan",
"github": "<https://github.com/J-SophieCodes>"
},
{
"name": "Vahid Dejwakh",
"github": "<https://github.com/dejwakh>"
}
]
}