@antora/redirect-producer
Version:
Produces redirects (HTTP redirections) for pages in an Antora site.
47 lines (46 loc) • 1.05 kB
JSON
{
"name": "@antora/redirect-producer",
"version": "3.1.10",
"description": "Produces redirects (HTTP redirections) for pages in an Antora site.",
"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": {
"vinyl": "~3.0"
},
"engines": {
"node": ">=16.0.0"
},
"files": [
"lib/"
],
"keywords": [
"antora",
"antora-component",
"redirects",
"documentation",
"static site",
"web publishing"
],
"scripts": {
"test": "_mocha",
"prepublishOnly": "npx -y downdoc --prepublish",
"postpublish": "npx -y downdoc --postpublish"
}
}