-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 926 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
43
44
45
46
47
48
{
"name": "borgen",
"version": "2.0.0",
"contributors": [
"Abel Misiocha <abel@abeldev.site>"
],
"description": "A fully customizable HTTP request logger for node-express .",
"main": "index.js",
"module": "index.js",
"scripts": {
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Codedwells/Borgen.git"
},
"keywords": [
"logger",
"nodejs",
"express",
"http",
"logger",
"middleware"
],
"author": "Abel Misiocha",
"license": "MIT",
"files": [
"LICENSE",
"CHANGELOG.md",
"README.md",
"index.js",
"index.d.ts",
"package.json"
],
"engines": {
"node": ">= 0.8.0"
},
"bugs": {
"url": "https://github.com/Codedwells/Borgen/issues"
},
"homepage": "https://codedwells.github.io/Borgen",
"devDependencies": {
"typescript": "^4.9.5"
},
"dependencies": {
"chalk": "^4.1.2"
}
}