-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 950 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
{
"name": "nodejs-aws-cdk-starter",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "tsc",
"watch": "tsc -w",
"cdk": "cdk",
"synth": "cdk synth",
"ts": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/EPAM-JS-Competency-center/nodejs-aws-cdk-starter.git"
},
"author": "Yahor Simak",
"license": "ISC",
"bugs": {
"url": "https://github.com/EPAM-JS-Competency-center/nodejs-aws-cdk-starter/issues"
},
"devDependencies": {
"@types/node": "^10.17.0",
"aws-cdk": "^1.94.1",
"typescript": "^3.8"
},
"dependencies": {
"@aws-cdk/aws-cloudfront": "^1.94.1",
"@aws-cdk/aws-iam": "^1.94.1",
"@aws-cdk/aws-s3": "^1.94.1",
"@aws-cdk/aws-s3-deployment": "^1.94.1",
"@aws-cdk/core": "^1.94.1",
"aws-cdk": "^1.94.1"
},
"homepage": "https://github.com/EPAM-JS-Competency-center/nodejs-aws-cdk-starter#readme"
}