forked from globaldatanet/aws-firewall-factory
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.25 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
{
"name": "aws-firewall-factory",
"version": "3.2.0",
"bin": {
"firewallfactory": "bin/aws-firewall-factory.js"
},
"scripts": {
"build": "tsc",
"watch": "tsc -w",
"test": "jest",
"cdk": "cdk"
},
"devDependencies": {
"@types/jest": "^26.0.10",
"@types/node": "18.16.3",
"@typescript-eslint/eslint-plugin": "^4.32.0",
"@typescript-eslint/parser": "^4.32.0",
"aws-cdk": "^2.61.1",
"eslint": "^7.32.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.0.0",
"jest": "^26.4.2",
"ts-jest": "^26.2.0",
"ts-node": "^10.9.1",
"typescript": "~4.9.5"
},
"dependencies": {
"@aws-sdk/client-cloudformation": "^3.321.1",
"@aws-sdk/client-cloudwatch": "^3.321.1",
"@aws-sdk/client-fms": "^3.321.1",
"@aws-sdk/client-pricing": "^3.321.1",
"@aws-sdk/client-service-quotas": "^3.321.1",
"@aws-sdk/client-wafv2": "^3.321.1",
"@mhlabs/cfn-diagram": "^1.1.32",
"@types/lodash": "^4.14.178",
"ajv": "^8.10.0",
"aws-cdk-lib": "^2.77.0",
"constructs": "^10.0.0",
"lodash": "^4.17.21",
"process": "^0.11.10",
"shapes": "^0.4.0",
"typescript-json-schema": "^0.56.0"
}
}