forked from pinojs/pino-eventhub
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 939 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
{
"name": "pino-azure-eventhub",
"version": "0.1.3",
"description": "[wip] Pipe pino logs to Azure Event Hub",
"main": "pino-azure-eventhub",
"bin": {
"pino-azure-eventhub": "./start.js"
},
"scripts": {
"start": "node start.js"
},
"keywords": [
"pino",
"log",
"fast",
"azure",
"eventhub",
"event",
"hub"
],
"author": "Felipe Vignon <[email protected]>",
"license": "MIT",
"dependencies": {
"debug": "^2.6.8",
"minimist": "^1.2.0",
"split2": "^2.1.1"
},
"devDependencies": {
"code": "^4.1.0",
"coveralls": "^2.13.1",
"lab": "^11.2.2",
"standard": "^10.0.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/filetvignon/pino-azure-eventhub.git"
},
"bugs": {
"url": "https://github.com/filetvignon/pino-azure-eventhub/issues"
},
"homepage": "https://github.com/filetvignon/pino-azure-eventhub#readme"
}