-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 942 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
{
"name": "@blndspt/cdk-s3-website",
"version": "0.2.0",
"description": "CDK S3 Website Bucket",
"main": "src/index.js",
"types": "src/index.d.ts",
"scripts": {
"build": "tsc",
"watch": "tsc -w",
"test": "jest",
"cdk": "cdk"
},
"devDependencies": {
"@aws-cdk/assert": "1.67.0",
"@types/jest": "^26.0.10",
"@types/node": "10.17.27",
"jest": "^26.4.2",
"ts-jest": "^26.2.0",
"aws-cdk": "1.67.0",
"ts-node": "^8.1.0",
"typescript": "~3.9.7"
},
"dependencies": {
"@aws-cdk/aws-s3": "^1.67.0",
"@aws-cdk/core": "1.67.0",
"source-map-support": "^0.5.16"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cyclops2020/cdk-s3-website.git"
},
"author": "Scott Tate",
"license": "ISC",
"bugs": {
"url": "https://github.com/cyclops2020/cdk-s3-website/issues"
},
"homepage": "https://github.com/cyclops2020/cdk-s3-website#readme"
}