-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
32 lines (32 loc) · 884 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
{
"name": "aws-infrastructure",
"author": "Nikolai Onken <[email protected]>",
"license": "MIT",
"version": "0.0.1",
"bin": {
"cdk": "bin/cdk.js"
},
"scripts": {
"cdk": "cdk"
},
"devDependencies": {
"@aws-cdk/assert": "^1.34.1",
"@aws-cdk/aws-cloudfront": "^1.34.1",
"@aws-cdk/aws-codebuild": "^1.34.1",
"@aws-cdk/aws-codepipeline": "^1.34.1",
"@aws-cdk/aws-codepipeline-actions": "^1.34.1",
"@aws-cdk/aws-route53": "^1.34.1",
"@aws-cdk/aws-route53-targets": "^1.34.1",
"@aws-cdk/aws-s3": "^1.34.1",
"@aws-cdk/aws-sns": "^1.34.1",
"@aws-cdk/aws-sns-subscriptions": "^1.34.1",
"@aws-cdk/aws-sqs": "^1.34.1",
"@aws-cdk/core": "^1.34.1",
"@types/jest": "^24.9.1",
"@types/node": "^12.12.37",
"aws-cdk": "^1.34.1",
"ts-node": "^8.9.0",
"typescript": "^3.6.5"
},
"dependencies": {}
}