UNPKG

@antora/collector-extension

Version:

An Antora extension that runs the specified commands per content root and imports the specified files into the content aggregate.

58 lines (57 loc) 1.44 kB
{ "name": "@antora/collector-extension", "version": "1.0.2", "description": "An Antora extension that runs the specified commands per content root and imports the specified files into the content aggregate.", "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-collector.git", "directory": "packages/collector-extension" }, "bugs": { "url": "https://gitlab.com/antora/antora-collector/issues" }, "scripts": { "postpublish": "npx -y downdoc --postpublish", "prepublishOnly": "npx -y downdoc --prepublish" }, "main": "lib/index.js", "exports": { ".": "./lib/index.js", "./package.json": "./package.json" }, "imports": { "#package": "./package.json" }, "files": [ "lib/" ], "engines": { "node": ">=16.0.0" }, "dependencies": { "@antora/expand-path-helper": "~3.0", "@antora/run-command-helper": "~1.0", "cache-directory": "~2.0", "fast-glob": "~3.3", "js-yaml": "~4.1" }, "devDependencies": { "@antora/content-aggregator": "~3.1" }, "keywords": [ "antora", "antora-extension", "asciidoc", "asciidoctor", "command", "generated-content", "documentation" ] }