UNPKG

@opendevise/antora-binary-files-extension-pack

Version:

A group of Antora extensions that manage binary files in an Antora site to reduce memory use and minimize network and storage overhead when publishing the site.

50 lines (49 loc) 1.3 kB
{ "name": "@opendevise/antora-binary-files-extension-pack", "version": "1.0.7", "description": "A group of Antora extensions that manage binary files in an Antora site to reduce memory use and minimize network and storage overhead when publishing the site.", "license": "MPL-2.0", "author": "OpenDevise Inc. (https://opendevise.com)", "homepage": "https://opendevise.com", "repository": { "type": "git", "url": "git+https://gitlab.com/opendevise/oss/antora-binary-files-extension-suite.git", "directory": "packages/extension-pack" }, "scripts": { "postpublish": "npx -y downdoc --postpublish", "prepublishOnly": "npx -y downdoc --prepublish" }, "main": "lib/index.js", "exports": { ".": "./lib/index.js", "./package.json": "./package.json" }, "imports": { "#package": "./package.json" }, "dependencies": { "@opendevise/antora-git-lfs-extension": "1.0.7", "@opendevise/antora-office-to-pdf-extension": "1.0.7", "@opendevise/antora-object-storage-extension": "1.0.7" }, "engines": { "node": ">=16.0.0" }, "files": [ "lib/" ], "keywords": [ "antora", "antora-extension", "pack", "git", "git-lfs", "storage", "docx", "pdf", "document", "convert", "docto" ] }