-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
52 lines (52 loc) · 1.1 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
{
"name": "koa-base-logger",
"version": "1.0.2",
"description": "Logging middleware for koa",
"main": "index.js",
"types": "index.d.ts",
"directories": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bluedapp/koa-base-logger.git"
},
"engines": {
"node": ">=8.11.2"
},
"files": [
"index.js",
"index.d.ts",
"utils/common.js"
],
"keywords": [
"koa",
"koa2",
"koa-logger",
"koa-base",
"koa-base-logger",
"koa-logs",
"logger",
"logs"
],
"author": "meizikeai@163.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/bluedapp/koa-base-logger/issues"
},
"homepage": "https://github.com/bluedapp/koa-base-logger",
"dependencies": {
"colors": "^1.4.0",
"humanize-number": "0.0.2",
"mkdirp": "^0.5.1",
"moment": "^2.24.0",
"winston": "^3.2.1",
"winston-daily-rotate-file": "^4.3.0"
},
"devDependencies": {
"eslint": "^6.6.0",
"eslint-config-blued": "1.1.2",
"eslint-plugin-import": "^2.18.2"
}
}