-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
41 lines (41 loc) · 1.13 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
{
"name": "@accenture/cna-aws-cdk-patterns",
"version": "0.1.0",
"repository": "git://github.com/Accenture/cna-aws-cdk-patterns.git",
"license": "MIT",
"publishConfig": {
"registry": "https://npm.pkg.github.com"
},
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"build": "tsc",
"watch": "tsc -w",
"test": "jest",
"cdk": "cdk"
},
"devDependencies": {
"@aws-cdk/assert": "1.89.0",
"@types/jest": "^26.0.20",
"@types/node": "10.17.27",
"jest": "^26.6.3",
"ts-jest": "^26.2.0",
"aws-cdk": "1.89.0",
"ts-node": "^9.0.0",
"typescript": "~3.9.7"
},
"dependencies": {
"@aws-cdk/aws-certificatemanager": "^1.89.0",
"@aws-cdk/aws-cloudfront": "^1.89.0",
"@aws-cdk/aws-cloudfront-origins": "^1.89.0",
"@aws-cdk/aws-codebuild": "^1.89.0",
"@aws-cdk/aws-codepipeline": "^1.89.0",
"@aws-cdk/aws-codepipeline-actions": "^1.89.0",
"@aws-cdk/aws-route53": "^1.89.0",
"@aws-cdk/aws-route53-targets": "^1.89.0",
"@aws-cdk/aws-s3": "^1.89.0",
"@aws-cdk/aws-iam": "^1.89.0",
"@aws-cdk/core": "^1.89.0",
"source-map-support": "^0.5.16"
}
}