-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.4 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
{
"name": "logger",
"version": "1.0.0",
"description": "Fast and customizable logging tool for nodejs Topics",
"main": "index.js",
"scripts": {
"start": "ts-node-dev --respawn --cls app.ts",
"debug": "export DEBUG=* && npm start",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Team5-labs/loggdem.git"
},
"keywords": [
"Node js logger",
"Logger",
"loggdem",
"pino alternative",
"winston alternative",
"flexible logger",
"customizable logger"
],
"author": "Oladokun joshua",
"license": "MIT",
"bugs": {
"url": "https://github.com/Team5-labs/loggdem/issues"
},
"homepage": "https://github.com/Team5-labs/loggdem#readme",
"dependencies": {
"bullmq": "^1.14.2",
"chalk": "^4.1.0",
"console-table-printer": "^2.7.5",
"fs-extra": "^9.1.0",
"got": "^11.8.1",
"json-colorizer": "^2.2.2",
"json2csv": "^5.0.6",
"jsonfile": "^6.1.0",
"moment": "^2.29.1",
"node-emoji": "^1.10.0",
"stack-trace": "0.0.10",
"table": "^6.0.7",
"validator": "^13.5.2"
},
"devDependencies": {
"@types/fs-extra": "^9.0.6",
"@types/json2csv": "^5.0.1",
"@types/jsonfile": "^6.0.0",
"@types/lodash": "^4.14.168",
"source-map-support": "^0.5.19",
"ts-node-dev": "^1.1.1",
"tslint": "^6.1.3",
"typescript": "^4.1.3"
}
}