-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 966 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": "firehol-scanner",
"version": "0.1.0",
"bin": {
"main": "lib/main.ts"
},
"scripts": {
"build": "tsc",
"watch": "tsc -w",
"cdk": "cdk",
"typedoc": "typedoc --githubPages false"
},
"devDependencies": {
"@types/aws-lambda": "^8.10.106",
"@types/lambda-log": "^2.2.1",
"@types/node": "^18.7.23",
"@types/prettier": "^2.7.1",
"aws-cdk": "^2.44.0",
"ts-node": "^10.9.1",
"typescript": "^4.8.4"
},
"dependencies": {
"@aws-sdk/client-securityhub": "^3.186.0",
"aws-cdk-lib": "^2.44.0",
"axios": "^1.0.0",
"construct": "^1.0.0",
"constructs": "^10.1.116",
"esbuild": "^0.15.10",
"ip-num": "^1.4.1",
"ip-range-check": "^0.2.0",
"js-base64": "^3.7.2",
"lambda-log": "^3.1.0",
"source-map-support": "^0.5.21",
"typedoc": "^0.23.15"
}
}