-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
35 lines (35 loc) · 894 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
{
"name": "aws-cdk-lacework",
"version": "0.1.0",
"bin": {
"aws-cdk-lacework": "bin/aws-cdk-lacework.js"
},
"scripts": {
"build": "tsc",
"watch": "tsc -w",
"test": "jest",
"cdk": "cdk"
},
"devDependencies": {
"@aws-cdk/assert": "^1.130.0",
"@types/jest": "^27.0.0",
"@types/node": "^16.0.0",
"aws-cdk": "^1.130.0",
"jest": "^27.0.0",
"ts-jest": "^27.0.0",
"ts-node": "^10.0.0",
"typescript": "^4.4.0"
},
"dependencies": {
"@aws-cdk/aws-cloudtrail": "^1.130.0",
"@aws-cdk/aws-iam": "^1.130.0",
"@aws-cdk/aws-lambda-python": "^1.130.0",
"@aws-cdk/aws-s3": "^1.130.0",
"@aws-cdk/aws-sns-subscriptions": "^1.130.0",
"@aws-cdk/aws-sqs": "^1.130.0",
"@aws-cdk/aws-ssm": "^1.130.0",
"@aws-cdk/core": "^1.130.0",
"@aws-cdk/custom-resources": "^1.130.0",
"source-map-support": "^0.5.20"
}
}