UNPKG

@antora/site-mapper

Version:

Generates sitemap files that list all publishable pages in an Antora documentation pipeline.

52 lines (51 loc) 1.22 kB
{ "name": "@antora/site-mapper", "version": "3.1.10", "description": "Generates sitemap files that list all publishable pages in an Antora documentation pipeline.", "license": "MPL-2.0", "author": "OpenDevise Inc. (https://opendevise.com)", "contributors": [ "Dan Allen <dan@opendevise.com>", "Sarah White <sarah@opendevise.com>", "David Jencks <david.a.jencks@gmail.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/content-classifier": "3.1.10", "vinyl": "~3.0" }, "devDependencies": { "@xmldom/xmldom": "0.8.10" }, "engines": { "node": ">=16.0.0" }, "files": [ "lib/" ], "keywords": [ "antora", "antora-component", "sitemap", "documentation", "static site", "web publishing" ], "scripts": { "test": "_mocha", "prepublishOnly": "npx -y downdoc --prepublish", "postpublish": "npx -y downdoc --postpublish" } }