-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
46 lines (46 loc) · 1.08 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
{
"name": "ekko-deploy",
"version": "1.0.0",
"bin": {
"deploy": "bin/deploy.js"
},
"scripts": {
"build": "echo \"The build step is not required when using JavaScript!\" && exit 0",
"cdk": "cdk",
"test": "tap"
},
"devDependencies": {
"@aws-cdk/assert": "^1.100.0",
"aws-cdk": "1.100.0",
"tap": "^15.0.6"
},
"dependencies": {
"@aws-cdk/aws-cloudwatch": "^1.100.0",
"@aws-cdk/aws-ec2": "^1.100.0",
"@aws-cdk/aws-ecs": "^1.100.0",
"@aws-cdk/aws-ecs-patterns": "^1.100.0",
"@aws-cdk/aws-elasticache": "^1.100.0",
"@aws-cdk/aws-s3": "^1.100.0",
"@aws-cdk/core": "^1.100.0",
"crypto": "^1.0.1"
},
"author": "ekko",
"contributors": [
{
"name": "Alex Strick van Linschoten",
"github": "<https://github.com/strickvl>"
},
{
"name": "Dorey Miller",
"github": "<https://github.com/doreymiller>"
},
{
"name": "Drew Holbrook",
"github": "<https://github.com/dpholbrook>"
},
{
"name": "Will Lotherington",
"github": "<https://github.com/wLotherington>"
}
]
}