-
Notifications
You must be signed in to change notification settings - Fork 22
/
package.json
71 lines (71 loc) · 2.05 KB
/
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "aws-firewall-factory",
"version": "4.5.1",
"bin": {
"firewallfactory": "bin/aws-firewall-factory.js"
},
"scripts": {
"build": "tsc",
"watch": "tsc -w",
"test": "jest",
"cdk": "cdk",
"lint": "eslint .",
"preinstall": "npx only-allow npm"
},
"devDependencies": {
"@types/node": "^22.5.0",
"@typescript-eslint/eslint-plugin": "^8.3.0",
"@typescript-eslint/parser": "^8.3.0",
"@typescript-eslint/typescript-estree": "^8.3.0",
"aws-cdk": "2.154.1",
"eslint": "^8.57.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
"jest": "29.7.0",
"ts-jest": "29.2.5",
"ts-node": "10.9.2",
"typescript": "5.5.4"
},
"dependencies": {
"@aws-sdk/client-cloudformation": "3.637.0",
"@aws-sdk/client-cloudfront": "^3.637.0",
"@aws-sdk/client-cloudwatch": "3.637.0",
"@aws-sdk/client-config-service": "^3.637.0",
"@aws-sdk/client-ec2": "^3.641.0",
"@aws-sdk/client-fms": "3.637.0",
"@aws-sdk/client-iam": "3.637.0",
"@aws-sdk/client-pricing": "3.637.0",
"@aws-sdk/client-s3": "^3.637.0",
"@aws-sdk/client-secrets-manager": "^3.637.0",
"@aws-sdk/client-service-quotas": "3.637.0",
"@aws-sdk/client-shield": "3.637.0",
"@aws-sdk/client-ssm": "3.637.0",
"@aws-sdk/client-wafv2": "3.642.0",
"@aws-solutions-constructs/aws-eventbridge-stepfunctions": "^2.65.0",
"@babel/traverse": "^7.25.5",
"@mhlabs/cfn-diagram": "^1.1.40",
"@slack/types": "^2.12.0",
"@slack/webhook": "^7.0.3",
"@types/aws-lambda": "^8.10.143",
"@types/lodash": "4.17.7",
"@types/uuid": "^10.0.0",
"adaptivecards": "3.0.4",
"aws-cdk-lib": "^2.150.0",
"aws-lambda": "^1.0.7",
"axios": "^1.7.5",
"cdk-sops-secrets": "^1.13.1",
"cfonts": "^3.3.0",
"constructs": "10.3.0",
"i": "^0.3.7",
"lodash": "4.17.21",
"npm": "^10.8.2",
"table": "^6.8.2",
"typedoc-plugin-extras": "^3.1.0",
"uuid": "^10.0.0"
},
"overrides": {
"adaptivecards": {
"swiper": "^6.0.0"
}
}
}