UNPKG

@opendevise/antora-object-storage-extension

Version:

An Antora extension that diverts lfs objects to a dedicated branch of the playbook repository and serves them from that location; reduces build time when generating the site and upload time when publishing the site. Designed for use with GitLab CI and Git

43 lines (42 loc) 1.24 kB
{ "name": "@opendevise/antora-object-storage-extension", "version": "1.0.9", "description": "An Antora extension that diverts lfs objects to a dedicated branch of the playbook repository and serves them from that location; reduces build time when generating the site and upload time when publishing the site. Designed for use with GitLab CI and GitLab Pages.", "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-object-storage-extension-suite.git", "directory": "packages/object-storage-extension" }, "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" }, "engines": { "node": ">=16.0.0" }, "dependencies": { "@antora/expand-path-helper": "~3.0", "@antora/run-command-helper": "~1.0" }, "files": [ "lib/" ], "keywords": [ "antora", "antora-extension", "git", "git-lfs", "storage" ] }