aboutsummaryrefslogtreecommitdiff
path: root/package.json
blob: 856bffaf65db56d21f201395c8112df455ee0b9b (plain)
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
{
  "name": "cologne",
  "description": "Logger + multiplexer for JSON based logs",
  "author": "Rubén Beltrán del Río <ruben@unlimited.pizza>",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@gitlab.com/rbdr/cologne.git"
  },
  "bugs": {
    "url": "https://gitlab.com/rbdr/cologne/issues"
  },
  "version": "2.0.2",
  "devDependencies": {
    "@hapi/eslint-config-hapi": "^13.0.2",
    "@hapi/eslint-plugin-hapi": "^4.3.6",
    "eslint": "^7.9.0",
    "tap": "^14.10.8",
    "jsdoc-to-markdown": "^6.0.1"
  },
  "scripts": {
    "document": "jsdoc2md lib/**/*.js > doc/README.md; tap -R markdown > doc/COVERAGE.md",
    "lint": "eslint .",
    "test": "tap",
    "coverage": "nyc report --reporter=text-lcov > lcov.info"
  },
  "main": "./lib/cologne.js",
  "files": [
    "lib/"
  ]
}