-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 848 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
{
"name": "scribbles",
"version": "1.6.0",
"description": "Scribbles is a log and tracing lib for Node",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/codemeasandwich/scribbles.git"
},
"author": "Brian Shannon (https://github.com/codemeasandwich)",
"license": "MIT",
"bugs": {
"url": "https://github.com/codemeasandwich/scribbles/issues"
},
"keywords": [
"trace",
"trace context",
"logging",
"nodejs"
],
"homepage": "https://github.com/codemeasandwich/scribbles#readme",
"dependencies": {
"@ashleyw/cls-hooked": "^5.0.1",
"moment": "^2.24.0",
"node-hook": "^1.0.0",
"source-map-support": "^0.5.21",
"string-template": "^1.0.0"
},
"devDependencies": {}
}