forked from tensult/cloud-scans
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 1.6 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
{
"name": "cloudsploit",
"version": "0.0.1-dev5",
"description": "AWS security scanning scripts",
"main": "index.js",
"scripts": {
"test": "mocha './**/*.spec.js'"
},
"bin": {
"cloudsploit-scan": "./index.js"
},
"repository": {
"type": "git",
"url": "https://github.com/cloudsploit/scans.git"
},
"keywords": [
"aws",
"cloud",
"security"
],
"author": "CloudSploit",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/cloudsploit/scans/issues"
},
"homepage": "https://cloudsploit.com",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@octokit/app": "^3.0.0",
"@octokit/request": "^3.0.3",
"@octokit/rest": "^16.3.2",
"async": "^2.6.1",
"aws-sdk": "^2.580.0",
"azure-arm-authorization": "^8.3.1",
"azure-arm-cdn": "^4.2.0",
"azure-arm-compute": "^9.1.0",
"azure-arm-containerregistry": "^5.1.0",
"azure-arm-containerservice": "^8.0.0",
"azure-arm-keyvault": "^1.2.0",
"azure-arm-monitor": "^5.4.0",
"azure-arm-mysql": "^3.2.0",
"azure-arm-network": "^13.0.0",
"azure-arm-postgresql": "^4.3.0",
"azure-arm-resource": "^7.3.0",
"azure-arm-security": "^1.2.0-preview",
"azure-arm-sql": "^5.7.0",
"azure-arm-storage": "^6.3.0",
"azure-arm-website": "^5.7.0",
"azure-graph": "^4.3.0",
"azure-keyvault": "^3.0.4",
"azure-storage": "^2.10.2",
"csv-write-stream": "^2.0.0",
"fast-safe-stringify": "^2.0.6",
"googleapis": "^40.0.1",
"ms-rest-azure": "^2.5.9"
},
"devDependencies": {
"chai": "^4.2.0",
"mocha": "^6.1.4"
}
}