UNPKG

@antora/site-generator

Version:

The Antora generator for producing and publishing static documentation sites with Antora.

63 lines (62 loc) 1.74 kB
{ "name": "@antora/site-generator", "version": "3.1.10", "description": "The Antora generator for producing and publishing static documentation sites with 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", "./generator-context": "./lib/generator-context.js", "./site-catalog": "./lib/site-catalog.js", "./package.json": "./package.json" }, "dependencies": { "@antora/asciidoc-loader": "3.1.10", "@antora/content-aggregator": "3.1.10", "@antora/content-classifier": "3.1.10", "@antora/document-converter": "3.1.10", "@antora/file-publisher": "3.1.10", "@antora/logger": "3.1.10", "@antora/navigation-builder": "3.1.10", "@antora/page-composer": "3.1.10", "@antora/playbook-builder": "3.1.10", "@antora/redirect-producer": "3.1.10", "@antora/site-mapper": "3.1.10", "@antora/site-publisher": "3.1.10", "@antora/ui-loader": "3.1.10", "@antora/user-require-helper": "~3.0" }, "engines": { "node": ">=16.0.0" }, "files": [ "lib/" ], "keywords": [ "antora", "antora-component", "generator", "pipeline", "documentation", "static site", "web publishing" ], "scripts": { "test": "_mocha", "prepublishOnly": "npx -y downdoc --prepublish", "postpublish": "npx -y downdoc --postpublish" } }