{
  "name": "@antora/site-generator",
  "version": "3.1.15",
  "description": "The Antora generator for producing and publishing static documentation sites with 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",
    "./generator-context": "./lib/generator-context.js",
    "./site-catalog": "./lib/site-catalog.js",
    "./package.json": "./package.json"
  },
  "dependencies": {
    "@antora/asciidoc-loader": "3.1.15",
    "@antora/content-aggregator": "3.1.15",
    "@antora/content-classifier": "3.1.15",
    "@antora/document-converter": "3.1.15",
    "@antora/file-publisher": "3.1.15",
    "@antora/logger": "3.1.15",
    "@antora/navigation-builder": "3.1.15",
    "@antora/page-composer": "3.1.15",
    "@antora/playbook-builder": "3.1.15",
    "@antora/redirect-producer": "3.1.15",
    "@antora/site-mapper": "3.1.15",
    "@antora/site-publisher": "3.1.15",
    "@antora/ui-loader": "3.1.15",
    "@antora/user-require-helper": "~3.0"
  },
  "engines": {
    "node": ">=16.0.0"
  },
  "files": [
    "lib/"
  ],
  "keywords": [
    "antora",
    "antora-component",
    "generator",
    "pipeline",
    "documentation",
    "static site",
    "web publishing"
  ],
  "scripts": {
    "test": "_mocha",
    "prepublishOnly": "npx -y downdoc --prepublish",
    "postpublish": "npx -y downdoc --postpublish"
  }
}
