-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
50 lines (50 loc) · 1.33 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
{
"name": "report_gen",
"version": "1.0.5",
"description": "Report Generator for diferent data sources",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "pkg ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/sjultra/report_gen.git"
},
"bin": "main.js",
"keywords": [
"report",
"generator",
"agregator",
"generate",
"report",
"generate"
],
"author": "sjultra",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/sjultra/report_gen/issues"
},
"homepage": "https://github.com/sjultra/report_gen#readme",
"dependencies": {
"@google-cloud/compute": "^2.4.1",
"@google-cloud/resource": "^1.2.1",
"@google-cloud/security-center": "^5.1.3",
"@prisma/client": "^2.13.1",
"axios": "^0.21.1",
"commander": "^5.1.0",
"csv-parse": "^4.14.2",
"form-data": "^3.0.0",
"json2csv": "^5.0.5",
"private-ip": "^2.1.1",
"simple-git": "^2.31.0",
"wait.for-es6": "^0.1.0",
"whoiser": "^1.9.2",
"xlsx": "^0.16.9",
"xml2json": "^0.12.0"
},
"devDependencies": {
"@prisma/cli": "^2.13.1",
"pkg": "^4.4.9"
}
}