-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
35 lines (35 loc) · 953 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
{
"name": "@spreaker/logger",
"version": "4.0.0",
"description": "Pino-based wrapper with some extra capabilities.",
"engines": {
"node": ">=8"
},
"main": "index.js",
"scripts": {
"test": "node jasmine.js",
"test-watch": "./node_modules/.bin/nodemon --config jasmine-nodemon.json jasmine.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/spreaker/pkg-node-logger.git"
},
"keywords": [
"logging"
],
"author": "Spreaker Inc <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/spreaker/pkg-node-logger/issues"
},
"homepage": "https://github.com/spreaker/pkg-node-logger#readme",
"dependencies": {
"pino": "^5.13.1",
"stack-trace": "^0.0.10"
},
"devDependencies": {
"jasmine": "^3.1.0",
"minimist": "^1.2.0",
"nodemon": "^1.18.7"
}
}