aboutsummaryrefslogtreecommitdiff
path: root/package.json
blob: c6d4bdce99967801bfb94a4c3502495680c22bec (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
{
  "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.0",
  "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"
  },
  "main": "./lib/cologne.js"
}