UNPKG

@opendevise/antora-git-lfs-extension

Version:

An Antora extension that uses the native git command to clone content source repositories in the playbook marked as lfs enabled and records the oid of all lfs files.

42 lines (41 loc) 1.11 kB
{ "name": "@opendevise/antora-git-lfs-extension", "version": "1.0.5", "description": "An Antora extension that uses the native git command to clone content source repositories in the playbook marked as lfs enabled and records the oid of all lfs files.", "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/git-lfs-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" ] }