-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
40 lines (40 loc) · 1 KB
/
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
{
"name": "triple-beam",
"version": "1.4.1",
"description": "Definitions of levels for logging purposes & shareable Symbol constants.",
"main": "index.js",
"scripts": {
"lint": "eslint config/*.js index.js --resolve-plugins-relative-to ./node_modules/@dabh/eslint-config-populist",
"pretest": "npm run lint",
"test": "nyc mocha test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/winstonjs/triple-beam.git"
},
"keywords": [
"winstonjs",
"winston",
"logging",
"logform",
"symbols",
"logs",
"levels"
],
"author": "Charlie Robbins <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/winstonjs/triple-beam/issues"
},
"homepage": "https://github.com/winstonjs/triple-beam#readme",
"devDependencies": {
"assume": "^2.0.1",
"@dabh/eslint-config-populist": "^5.0.0",
"mocha": "^10.2.0",
"nyc": "^15.1.0",
"typescript": "^5.1.6"
},
"engines": {
"node": ">= 14.0.0"
}
}