forked from cnumr/GreenIT-Analysis-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 783 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
{
"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",
"axios": "^0.21.1",
"concat-files": "^0.1.1",
"exceljs": "^4.2.0",
"glob": "^7.1.6",
"progress": "^2.0.3",
"puppeteer": "^5.5.0",
"puppeteer-har": "^1.1.2",
"sitemapper": "^3.1.12",
"thymeleaf": "^0.20.5",
"yaml": "^1.10.0",
"yargs": "^16.2.0"
},
"devDependencies": {}
}