{
  "name": "honkit",
  "version": "6.0.2",
  "description": "HonKit is building beautiful books using Markdown.",
  "keywords": [
    "git",
    "markdown",
    "book",
    "honkit",
    "gitbook"
  ],
  "homepage": "https://github.com/honkit/honkit",
  "bugs": {
    "url": "https://github.com/honkit/honkit/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/honkit/honkit.git"
  },
  "license": "Apache-2.0",
  "author": "azu <azuciao@gmail.com>",
  "main": "lib/index.js",
  "browser": "./lib/browser.js",
  "bin": {
    "honkit": "./bin/honkit.js"
  },
  "files": [
    "bin",
    "lib",
    "!__tests__"
  ],
  "scripts": {
    "prepublish": "npm run clean && npm run build",
    "build": "tsc -p .",
    "clean": "rimraf lib/",
    "test": "jest src",
    "updateSnapshot": "jest src -u"
  },
  "dependencies": {
    "@honkit/asciidoc": "6.0.2",
    "@honkit/honkit-plugin-fontsettings": "6.0.2",
    "@honkit/honkit-plugin-highlight": "6.0.2",
    "@honkit/honkit-plugin-theme-default": "6.0.2",
    "@honkit/html": "6.0.2",
    "@honkit/markdown-legacy": "6.0.2",
    "bash-color": "^0.0.4",
    "cheerio": "^1.0.0",
    "chokidar": "^3.6.0",
    "commander": "^5.1.0",
    "cp": "^0.2.0",
    "cpr": "^3.0.1",
    "crc": "^3.8.0",
    "destroy": "^1.2.0",
    "direction": "^0.1.5",
    "dom-serializer": "^0.1.1",
    "error": "7.0.2",
    "escape-html": "^1.0.3",
    "escape-string-regexp": "^4.0.0",
    "extend": "^3.0.2",
    "flat-cache": "^2.0.1",
    "front-matter": "^2.3.0",
    "gitbook-plugin-livereload": "^0.0.1",
    "gitbook-plugin-lunr": "^1.2.0",
    "gitbook-plugin-search": "^2.2.1",
    "github-slugid": "^1.0.1",
    "i18n-t": "^1.0.1",
    "ignore": "^5.3.2",
    "immutable": "^3.8.2",
    "is": "^3.3.0",
    "js-yaml": "^3.14.1",
    "json-schema-defaults": "^0.1.1",
    "jsonschema": "1.1.0",
    "juice": "^8.1.0",
    "lru_map": "^0.4.1",
    "memoize-one": "^5.2.1",
    "mkdirp": "^1.0.4",
    "moment": "^2.30.1",
    "nunjucks": "^3.2.4",
    "nunjucks-do": "^1.0.0",
    "object-path": "^0.11.8",
    "omit-keys": "^0.1.0",
    "open": "^7.4.2",
    "q": "^1.5.1",
    "resolve": "^1.22.8",
    "semver": "^7.6.3",
    "send": "^0.17.2",
    "tiny-lr": "^1.1.1",
    "tmp": "0.0.28",
    "try-resolve": "^1.0.1",
    "urijs": "^1.19.11"
  },
  "devDependencies": {
    "@honkit/internal-test-utils": "6.0.2",
    "@relmify/jest-serializer-strip-ansi": "^1.0.2",
    "@types/jest": "^29.5.13",
    "@types/node": "^22.7.4",
    "@types/nunjucks": "^3.2.6",
    "cross-env": "^7.0.3",
    "jest": "^29.7.0",
    "jest-mock-process": "^2.0.0",
    "rimraf": "^3.0.2",
    "typescript": "^5.6.2"
  },
  "gitHead": "9dcd51c588177ee3a684788c633a67b82dea82a5"
}