-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1013 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
36
37
38
39
40
41
42
43
44
45
46
{
"name": "cdk-ci-cd-pipeline",
"version": "0.1.0",
"bin": {
"cdk-ci-cd-pipeline": "bin/cdk-ci-cd-pipeline.js"
},
"scripts": {
"build": "tsc",
"watch": "tsc -w",
"cdk": "cdk"
},
"devDependencies": {
"@types/node": "8.10.45",
"typescript": "^3.3.3333",
"ts-node": "^8.1.0",
"aws-cdk": "^1.5.0"
},
"dependencies": {
"@aws-cdk/aws-certificatemanager": "^1.5.0",
"@aws-cdk/aws-cloudfront": "^1.5.0",
"@aws-cdk/aws-codepipeline": "^1.5.0",
"@aws-cdk/aws-codepipeline-actions": "^1.5.0",
"@aws-cdk/aws-route53": "^1.5.0",
"@aws-cdk/aws-route53-targets": "^1.5.0",
"@aws-cdk/aws-s3": "^1.5.0",
"@aws-cdk/core": "^1.5.0",
"source-map-support": "^0.5.9"
},
"keywords": [
"aws",
"cdk",
"ci",
"cd",
"angular",
"s3",
"cloudfront",
"codepipeline",
"acm",
"github",
"typescript",
"cloudformation"
],
"author": "Almir Zulic",
"homepage": "http://almirzulic.com",
"license": "MIT"
}