forked from mihaellenic/winston-influxdb2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 909 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
{
"name": "winston-influxdb2",
"version": "1.1.2",
"description": "A Winston transport for InfluxDBv2",
"author": "Mihael Lenic",
"license": "MIT",
"repository": "https://github.com/mihaellenic/winston-influxdb2",
"files": [
"src/InfluxDB2Transport.ts"
],
"main": "src/InfluxDB2Transport.ts",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 0"
},
"dependencies": {
"@influxdata/influxdb-client": "^1.33.2",
"typescript": "^5.0.4",
"winston": "^3.11.0",
"winston-transport": "^4.5.0"
},
"devDependencies": {
"@types/node": "^18.15.11",
"prettier": "^3.2.5"
},
"keywords": [
"winston",
"influx-data",
"influxdb",
"influxdb2",
"winston-transport",
"winston-influxdb2",
"influxdb2-winston-transport",
"logging",
"nodejs",
"typescript",
"expressjs",
"backend"
]
}