-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.61 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
{
"name": "smartmetervienna",
"version": "2.1.1",
"author": "GF78",
"description": "Retrieve power consumtion measurements from Wiener Netze, access them via a Rest API, or automatically store them to your influx database.",
"homepage": "https://github.com/gf78/smartmetervienna#readme",
"url": "https://github.com/gf78/smartmetervienna",
"bugs": {
"url": "https://github.com/gf78/smartmetervienna/issues",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "https://github.com/gf78/smartmetervienna.git"
},
"main": "index.js",
"scripts": {
"dev": "cross-env NODE_ENV=development nodemon --watch views --watch src --watch . --ignore logs index.js",
"start": "cross-env NODE_ENV=production node index.js"
},
"keywords": [
"Wiener Netze",
"Smartmeter",
"influx",
"influxdb",
"influxdb",
"cron",
"cronjob",
"api",
"REST",
"mail",
"email",
"webhook",
"web"
],
"license": "(MIT OR Apache-2.0)",
"dependencies": {
"@influxdata/influxdb-client": "^1.33.2",
"body-parser": "^1.20.2",
"cookie-parser": "^1.4.6",
"date-fns": "^2.30.0",
"deepmerge-ts": "^5.1.0",
"dotenv": "^16.0.3",
"entities": "^4.5.0",
"express": "^4.18.2",
"express-swagger-generator": "^1.1.17",
"fetch-cookie": "^2.1.0",
"node-cron": "^3.0.2",
"nodemailer": "^6.9.1",
"object-path": "^0.11.8",
"pug": "^3.0.2",
"refresh-fetch": "^0.8.0",
"winston": "^3.8.2",
"winston-daily-rotate-file": "^4.7.1"
},
"devDependencies": {
"cross-env": "^7.0.3",
"nodemon": "^2.0.22"
}
}