-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 889 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
{
"name": "kirin-logger",
"version": "1.1.3",
"description": "logger",
"browser": "logger-web.js",
"main": "logger-node.js",
"scripts": {
"build:debug": "NODE_ENV=development node webpack.config.js",
"build:pord": "NODE_ENV=production node webpack.config.js"
},
"keywords": [
"kirin",
"logger"
],
"author": "Keller Long <kellerlong@163.com>",
"license": "MIT",
"devDependencies": {
"@types/node": "^10.12.0",
"ts-loader": "^5.2.2",
"typescript": "^3.1.3",
"webpack": "^4.20.2"
},
"dependencies": {
"dayjs": "^1.7.7"
},
"directories": {
"example": "examples"
},
"repository": {
"type": "git",
"url": "git+https://github.com/KellerLong/kirin-logger.git"
},
"bugs": {
"url": "https://github.com/KellerLong/kirin-logger/issues"
},
"homepage": "https://github.com/KellerLong/kirin-logger#readme"
}