UNPKG

@antora/logger

Version:

The logger for Antora.

51 lines (50 loc) 1.09 kB
{ "name": "@antora/logger", "version": "3.1.10", "description": "The logger for Antora.", "license": "MPL-2.0", "author": "OpenDevise Inc. (https://opendevise.com)", "contributors": [ "Dan Allen <dan@opendevise.com>", "Sarah White <sarah@opendevise.com>" ], "homepage": "https://antora.org", "repository": { "type": "git", "url": "git+https://gitlab.com/antora/antora.git" }, "bugs": { "url": "https://gitlab.com/antora/antora/issues" }, "main": "lib/index.js", "exports": { ".": "./lib/index.js", "./package.json": "./package.json" }, "dependencies": { "@antora/expand-path-helper": "~3.0", "pino": "~9.2", "pino-pretty": "~11.2", "sonic-boom": "~4.0" }, "engines": { "node": ">=16.0.0" }, "files": [ "lib/" ], "keywords": [ "antora", "logger", "logging", "generator", "documentation", "static site", "web publishing" ], "scripts": { "test": "_mocha", "prepublishOnly": "npx -y downdoc --prepublish", "postpublish": "npx -y downdoc --postpublish" } }