-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.13 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.13 KB
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
{
"name": "@strigo/node-logger",
"version": "0.0.0",
"description": "A strigo abstraction for a logger utility",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/strigo/strigo-node-logger.git"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/strigo/strigo-node-logger/issues"
},
"homepage": "https://github.com/strigo/strigo-node-logger#readme",
"dependencies": {
"express-winston": "4.1.0",
"fast-safe-stringify": "2.0.7",
"lodash.isplainobject": "4.0.6",
"logform": "2.3.2",
"triple-beam": "1.3.0",
"winston": "3.3.4"
},
"devDependencies": {
"@babel/core": "7.14.3",
"@babel/node": "7.14.2",
"@babel/preset-env": "7.14.4",
"@babel/register": "7.13.16",
"capture-console": "1.0.1",
"chai": "4.3.4",
"chance": "1.1.7",
"eslint": "7.27.0",
"eslint-config-airbnb-base": "14.2.1",
"eslint-plugin-import": "2.23.4",
"mocha": "8.4.0"
},
"scripts": {
"lint": "eslint *.js format/*.js ",
"test": "mocha -require @babel/register",
"test-debug": "mocha --inspect-brk -require @babel/register"
}
}