-
Notifications
You must be signed in to change notification settings - Fork 19
/
package.json
44 lines (43 loc) · 967 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
37
38
39
40
41
42
43
44
{
"name": "greenit-cli",
"version": "1.0.0",
"description": "",
"main": "index.js",
"bin": {
"greenit": "greenit"
},
"scripts": {
"postinstall": "node builder.js",
"test": "echo \"Error: no test specified\" && exit 1",
"build": "node builder.js",
"start": "node index.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"@influxdata/influxdb-client": "^1.20.0",
"@influxdata/influxdb-client-apis": "^1.20.0",
"concat-files": "^0.1.1",
"debug": "^4.3.0",
"exceljs": "^4.4.0",
"glob": "^10.3.10",
"mustache": "^4.2.0",
"progress": "^2.0.3",
"puppeteer": "^21.5.2",
"puppeteer-har": "^1.1.2",
"sitemapper": "^3.2.8",
"tough-cookie": "^4.1.3",
"xml2js": "^0.5.0",
"yaml": "^2.3.4",
"yargs": "^17.7.2"
},
"overrides": {
"chrome-har": {
"debug": "^4.3.0",
"tough-cookie": "^4.1.3"
},
"sitemapper": {
"xml2js": "^0.5.0"
}
}
}