-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 811 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 811 Bytes
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
{
"name": "debug-env",
"version": "1.1.4",
"description": "Debugger for NodeJS, switches between debug/pino depending on environment. ",
"main": "index.js",
"scripts": {
"test": "DEBUG=test.msg mocha -w"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mritzco/debug-env.git"
},
"keywords": [
"pino",
"debug",
"logger",
"logging",
"logs",
"levels",
"namespaces"
],
"author": "itzco",
"license": "ISC",
"bugs": {
"url": "https://github.com/mritzco/debug-env/issues"
},
"homepage": "https://github.com/mritzco/debug-env#readme",
"dependencies": {
"debug": "^3.1.0",
"pino": "^4.17.6"
},
"devDependencies": {
"chai": "^4.1.2",
"mocha": "^5.2.0",
"sinon": "^6.1.4",
"sinon-chai": "^3.2.0"
}
}