-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 902 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 902 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
34
35
{
"name": "canopy-cli",
"version": "0.2.1",
"bin": {
"cdk": "bin/canopy-cli.js",
"canopy": "./src/index.js"
},
"scripts": {
"build": "echo \"The build step is not required when using JavaScript!\" && exit 0",
"cdk": "cdk",
"test": "jest"
},
"devDependencies": {
"@aws-cdk/assert": "^2.68.0",
"aws-cdk": "2.86.0",
"jest": "^29.5.0"
},
"dependencies": {
"@aws-sdk/client-cloudfront": "^3.363.0",
"@aws-sdk/client-ec2": "^3.371.0",
"@aws-sdk/client-firehose": "^3.363.0",
"@aws-sdk/client-iam": "^3.370.0",
"@aws-sdk/client-kinesis": "^3.363.0",
"aws-cdk-lib": "2.86.0",
"aws-sdk": "^2.1419.0",
"axios": "^1.4.0",
"cdk-ec2-key-pair": "^3.3.1",
"commander": "^11.0.0",
"constructs": "^10.0.0",
"gradient-string": "^2.0.2",
"inquirer": "^8.2.5",
"ora-classic": "^5.4.2",
"sqlite3": "^5.1.6"
}
}