forked from nonken/hurricane
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 934 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
{
"name": "aws-infrastructure",
"author": "Nikolai Onken <nikolai@nikolaionken.com>",
"license": "MIT",
"version": "0.0.1",
"bin": {
"cdk": "bin/cdk.js"
},
"scripts": {
"cdk": "cdk"
},
"devDependencies": {
"@aws-cdk/assert": "^1.6.1",
"@aws-cdk/aws-codebuild": "^1.12.0",
"@aws-cdk/aws-codepipeline": "^1.12.0",
"@aws-cdk/aws-codepipeline-actions": "^1.12.0",
"@aws-cdk/aws-route53": "^1.12.0",
"@aws-cdk/aws-route53-targets": "^1.12.0",
"@aws-cdk/aws-sns": "^1.12.0",
"@aws-cdk/aws-sns-subscriptions": "^1.12.0",
"@aws-cdk/aws-sqs": "^1.12.0",
"@aws-cdk/core": "^1.12.0",
"@types/jest": "^24.0.18",
"@types/node": "^12.7.12",
"aws-cdk": "^1.12.0",
"jest": "^24.9.0",
"ts-jest": "^24.0.2",
"ts-node": "^8.1.0",
"typescript": "~3.6.2"
},
"dependencies": {
"@aws-cdk/aws-cloudfront": "^1.12.0",
"@aws-cdk/aws-s3": "^1.12.0"
}
}