@antora/cli
Version:
The command line interface for Antora.
63 lines (62 loc) • 1.38 kB
JSON
{
"name": "@antora/cli",
"version": "3.1.10",
"description": "The command line interface for Antora.",
"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.git"
},
"bugs": {
"url": "https://gitlab.com/antora/antora/issues"
},
"main": "lib/index.js",
"exports": {
".": "./lib/index.js",
"./package.json": "./package.json"
},
"imports": {
"#commander": "./lib/commander.js"
},
"bin": {
"antora": "bin/antora"
},
"dependencies": {
"@antora/logger": "3.1.10",
"@antora/playbook-builder": "3.1.10",
"@antora/user-require-helper": "~3.0",
"commander": "~11.1"
},
"devDependencies": {
"@antora/site-publisher": "3.1.10",
"@asciidoctor/core": "~2.2",
"convict": "~6.2",
"kapok-js": "~0.10"
},
"engines": {
"node": ">=16.0.0"
},
"files": [
"bin/",
"lib/"
],
"keywords": [
"antora",
"cli",
"generator",
"documentation",
"static site",
"web publishing"
],
"scripts": {
"test": "_mocha",
"prepublishOnly": "npx -y downdoc --prepublish",
"postpublish": "npx -y downdoc --postpublish"
}
}