-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 832 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
{
"name": "aws-cdk-static-website",
"version": "2.2.2",
"description": "CDK Class used to simplify creating a static website deployment and all of its infrastructure.",
"main": "index.js",
"license": "MIT",
"author": "David Sandor",
"dependencies": {
"@aws-cdk/aws-cloudfront": "^1.52.0",
"@aws-cdk/aws-iam": "^1.52.0",
"@aws-cdk/aws-s3": "^1.52.0",
"@aws-cdk/aws-s3-deployment": "^1.52.0",
"@aws-cdk/core": "^1.52.0",
"@types/semver": "^6.0.1",
"semver": "^6.3.0"
},
"peerDependencies": {
"@aws-cdk/aws-cloudfront": "^1.2.0",
"@aws-cdk/aws-iam": "^1.2.0",
"@aws-cdk/aws-s3": "^1.2.0",
"@aws-cdk/aws-s3-deployment": "^1.2.0",
"@aws-cdk/core": "^1.2.0"
},
"engines": {
"node": ">= 8.10.0"
},
"scripts": {
"build": "tsc"
},
"devDependencies": {}
}