]>
Commit | Line | Data |
---|---|---|
1 | { | |
2 | "name": "cologne", | |
3 | "description": "Logger + multiplexer for JSON based logs", | |
4 | "author": "Rubén Beltrán del Río <ruben@unlimited.pizza>", | |
5 | "repository": { | |
6 | "type": "git", | |
7 | "url": "git+ssh://git@gitlab.com/rbdr/cologne.git" | |
8 | }, | |
9 | "bugs": { | |
10 | "url": "https://gitlab.com/rbdr/cologne/issues" | |
11 | }, | |
12 | "version": "2.0.2", | |
13 | "devDependencies": { | |
14 | "@hapi/eslint-config-hapi": "^13.0.2", | |
15 | "@hapi/eslint-plugin-hapi": "^4.3.6", | |
16 | "eslint": "^7.9.0", | |
17 | "tap": "^14.10.8", | |
18 | "jsdoc-to-markdown": "^6.0.1" | |
19 | }, | |
20 | "scripts": { | |
21 | "document": "jsdoc2md lib/**/*.js > doc/README.md; tap -R markdown > doc/COVERAGE.md", | |
22 | "lint": "eslint .", | |
23 | "test": "tap", | |
24 | "coverage": "nyc report --reporter=text-lcov > lcov.info" | |
25 | }, | |
26 | "main": "./lib/cologne.js", | |
27 | "files": [ | |
28 | "lib/" | |
29 | ] | |
30 | } |