forked from tensult/cloud-reports
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.18 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
{
"name": "cloud-reports",
"version": "1.6.4",
"description": "Collects and analyzes cloud resources",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"scripts": {
"build": "npm install && npm run copy-ejs && tsc && cd src/reporters/html && npm install && npm run ng build -- --prod && cd ../../..",
"compile": "tsc",
"scan": "node dist/scan.js",
"copy-ejs": "gulp copy-ejs",
"prepare": "npm run compile && npm run copy-ejs"
},
"keywords": [
"aws",
"cloud",
"security",
"reports",
"scans"
],
"author": "dilip@tensult.com",
"license": "MIT",
"devDependencies": {
"@types/core-js": "^2.5.0",
"@types/node": "^10.17.4",
"@types/puppeteer": "^1.20.2",
"aws-sdk": "^2.563.0",
"cheerio": "^1.0.0-rc.3",
"cli": "^1.0.1",
"finalhandler": "^1.1.1",
"gulp": "^4.0.1",
"node-fetch": "^2.1.2",
"opn": "^5.3.0",
"serve-static": "^1.13.2",
"typescript": "^2.9.2",
"puppeteer": "^2.0.0"
},
"dependencies": {
"chrome-aws-lambda": "^2.0.0",
"cpy": "^7.0.1",
"ejs": "^2.6.1",
"extend": ">=3.0.2",
"flat": "^4.0.0",
"moment": "^2.22.2",
"puppeteer-core": "^2.0.0"
}
}