@antora/pdf-extension
Version:
An Antora extension that uses Assembler to merge pages into assembly files, export them to the PDF format, and publishe them with the site.
54 lines (53 loc) • 1.37 kB
JSON
{
"name": "@antora/pdf-extension",
"version": "1.0.0-beta.13",
"description": "An Antora extension that uses Assembler to merge pages into assembly files, export them to the PDF format, and publishe 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 --prepublish",
"postpublish": "npx -y downdoc --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-beta.13",
"@antora/run-command-helper": "~1.0"
},
"engines": {
"node": ">=16.0.0"
},
"files": [
"lib/"
],
"keywords": [
"antora",
"antora-extension",
"asciidoc",
"asciidoctor",
"pdf",
"generator",
"documentation"
]
}