forked from aligent/cdk-static-hosting
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.2 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
{
"name": "@aligent/cdk-static-hosting",
"version": "0.1.5",
"main": "index.js",
"license": "GPL-3.0-only",
"homepage": "https://github.com/aligent/aws-cdk-static-hosting-stack#readme",
"repository": {
"type": "git",
"url": "https://github.com/aligent/aws-cdk-static-hosting-stack"
},
"types": "index.d.ts",
"scripts": {
"build": "tsc",
"prepublish": "tsc"
},
"devDependencies": {
"@aws-cdk/assert": "^1.111.0",
"@aws-cdk/aws-cloudfront": "1.111.0",
"@aws-cdk/aws-iam": "1.111.0",
"@aws-cdk/aws-route53": "1.111.0",
"@aws-cdk/aws-route53-targets": "1.111.0",
"@aws-cdk/aws-s3": "1.111.0",
"@aws-cdk/core": "1.158.0",
"@types/jest": "^26.0.24",
"@types/node": "16.4.13",
"aws-cdk": "1.111.0",
"jest": "^26.4.2",
"source-map-support": "^0.5.16",
"ts-jest": "^26.5.4",
"ts-node": "^10.2.1",
"typescript": "^4.4.3"
},
"peerDependencies": {
"@aws-cdk/aws-cloudfront": "1.111.0",
"@aws-cdk/aws-iam": "1.111.0",
"@aws-cdk/aws-route53": "1.111.0",
"@aws-cdk/aws-route53-targets": "1.111.0",
"@aws-cdk/aws-s3": "1.111.0",
"@aws-cdk/core": "1.158.0",
"aws-cdk": "1.111.0",
"constructs": "3.3.69"
}
}