]>
Commit | Line | Data |
---|---|---|
b69497ef | 1 | { |
58906d77 RBR |
2 | "name": "cologne", |
3 | "description": "Logger + multiplexer for JSON based logs", | |
ae85c067 | 4 | "author": "Rubén Beltrán del Río <ruben@unlimited.pizza>", |
cfaab7c8 SG |
5 | "repository": { |
6 | "type": "git", | |
ae85c067 | 7 | "url": "git+ssh://git@gitlab.com/rbdr/cologne.git" |
f77b762e | 8 | }, |
ae85c067 RBR |
9 | "bugs": { |
10 | "url": "https://gitlab.com/rbdr/cologne/issues" | |
b69497ef | 11 | }, |
6895e5f7 | 12 | "version": "2.0.2", |
cfaab7c8 | 13 | "devDependencies": { |
ae85c067 RBR |
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" | |
cfaab7c8 | 19 | }, |
58906d77 | 20 | "scripts": { |
ae85c067 RBR |
21 | "document": "jsdoc2md lib/**/*.js > doc/README.md; tap -R markdown > doc/COVERAGE.md", |
22 | "lint": "eslint .", | |
7ce5b3cb | 23 | "test": "tap", |
ea6a7aff | 24 | "coverage": "nyc report --reporter=text-lcov > lcov.info" |
58906d77 | 25 | }, |
6895e5f7 RBR |
26 | "main": "./lib/cologne.js", |
27 | "files": [ | |
28 | "lib/" | |
29 | ] | |
b69497ef | 30 | } |