-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 845 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
{
"name": "accesslogs",
"description": "AWS Access Logs CDK application.",
"version": "1.0.0",
"author": "Mike Kaminski",
"license": "Proprietary",
"private": true,
"bin": {
"AccessLogs": "Main.ts"
},
"scripts": {
"build": "tsc",
"watch": "tsc -w",
"cdk": "cdk"
},
"devDependencies": {
"@aws-cdk/aws-glue-alpha": "^2.55.1-alpha.0",
"@aws-sdk/client-elastic-load-balancing-v2": "^3.178.0",
"@types/aws-lambda": "^8.10.106",
"@types/node": "^10.17.27",
"@types/prettier": "^2.6.0",
"aws-cdk": "^2.41.0",
"aws-lambda": "^1.0.7",
"ts-node": "^10.9.1",
"typescript": "^3.9.7"
},
"dependencies": {
"@aws-solutions-constructs/core": "^2.25.0",
"aws-cdk-lib": "^2.41.0",
"cdk-dia": "^0.8.1",
"constructs": "^10.0.0",
"source-map-support": "^0.5.21"
}
}