-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 1003 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
{
"name": "good-logs",
"description": "Good-logs provides a custom logging for your application. It uses the 'colors' package to colorize console output for better readability. It also provides a middleware logging for Express.js to log requests and responses.",
"version": "1.2.6",
"types": "index.d.ts",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"logging",
"styles",
"colors",
"terminal",
"console",
"log",
"logging-middleware",
"express-logging"
],
"repository": {
"type": "git",
"url": "git+https://github.com/ballyalley-o/good-logs.git"
},
"author": "Bally Lomibao <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/ballyalley-o/good-logs/issues"
},
"homepage": "https://github.com/ballyalley-o/good-logs#readme",
"dependencies": {
"@types/express": "^4.17.21",
"colors": "^1.4.0",
"express": "^4.18.2"
}
}