@antora/pdf-extension
Version:
An Antora extension that uses Assembler to merge pages into assembly files, export them to the PDF format, and publish them with the site.
53 lines (52 loc) • 1.33 kB
JSON
{
"name": "@antora/pdf-extension",
"version": "1.0.0-rc.4",
"description": "An Antora extension that uses Assembler to merge pages into assembly files, export them to the PDF format, and publish them with the 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-assembler.git",
"directory": "packages/pdf-extension"
},
"bugs": {
"url": "https://gitlab.com/antora/antora-assembler/issues"
},
"scripts": {
"test": "node --test test/*-test.js",
"prepublishOnly": "npx -y downdoc@latest --prepublish",
"postpublish": "npx -y downdoc@latest --postpublish"
},
"main": "lib/index.js",
"exports": {
".": "./lib/index.js",
"./converter": "./lib/converter.js",
"./package.json": "./package.json"
},
"imports": {
"#package": "./package.json"
},
"dependencies": {
"@antora/assembler": "1.0.0-rc.4"
},
"engines": {
"node": ">=20.0.0"
},
"files": [
"lib/"
],
"keywords": [
"antora",
"antora-extension",
"asciidoc",
"asciidoctor",
"pdf",
"generator",
"documentation"
]
}