{
  "name": "novel-epub",
  "version": "2.0.16",
  "description": "製作 node-novel 風格的 ePub 電子書 / create epub from node-novel style",
  "keywords": [
    "archive",
    "book",
    "books",
    "chapter",
    "cli",
    "comic",
    "creator",
    "epub",
    "epub2",
    "epub3",
    "ebook",
    "ibook",
    "google book",
    "google books",
    "google play",
    "Google Play Books",
    "epub-maker",
    "epub-maker2",
    "generator",
    "maker",
    "manifest",
    "metadata",
    "mobile",
    "node-novel",
    "novel",
    "txt",
    "volume",
    "zip"
  ],
  "homepage": "https://github.com/bluelovers/ws-epub/tree/master/packages/novel-epub#readme",
  "bugs": {
    "url": "https://github.com/bluelovers/ws-epub/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/bluelovers/ws-epub.git",
    "directory": "packages/novel-epub"
  },
  "license": "ISC",
  "author": "bluelovers",
  "main": "index.js",
  "bin": {
    "novel-epub": "bin/novel-epub.js"
  },
  "directories": {
    "lib": "lib",
    "test": "test"
  },
  "scripts": {
    "coverage": "npx nyc yarn run test",
    "lint": "npx eslint **/*.ts",
    "test": "jest",
    "test:jest": "jest --passWithNoTests",
    "test:jest:snapshot": "yarn run test:jest -- -u",
    "test:snapshot": "yarn run test -- -u",
    "test:tsd": "ynpx tsd",
    "build:epub:test": "ts-node ./test/create-test.char-epub",
    "npm:publish": "npm publish",
    "npm:publish:lerna": "npx lerna publish --yes --cd-version patch",
    "preversion": "yarn run build:epub:test yarn run test && yarn run novel-epub:help",
    "prepublish:lockfile": "npx sync-lockfile .",
    "prepublishOnly_": "yarn run ncu && yarn run sort-package-json && yarn run test",
    "postpublish_": "git commit -m \"chore(release): publish\" .",
    "ncu": "npx yarn-tool ncu -u",
    "novel-epub:help": "novel-epub --help",
    "sort-package-json": "npx yarn-tool sort",
    "tsc:default": "tsc -p tsconfig.json",
    "tsc:esm": "tsc -p tsconfig.esm.json"
  },
  "dependencies": {
    "@lazy-cjk/zh-convert": "^1.0.48",
    "@lazy-glob/sort-tree": "^1.0.12",
    "@node-novel/epub-util": "^1.0.11",
    "@node-novel/normalize": "^1.0.31",
    "@node-novel/parse-txt-tag": "^1.0.23",
    "@toycode/markdown-it-class": "^1.2.4",
    "@yarn-tool/update-notifier": "^1.0.38",
    "array-hyper-unique": "^2.1.4",
    "bluebird": "^3.7.2",
    "cjk-conv": "^1.2.143",
    "crlf-normalize": "^1.0.19",
    "debug-color2": "^1.3.2",
    "deepmerge-plus": "^2.1.3",
    "epub-maker2": "^3.0.16",
    "execall2": "^2.0.23",
    "fs-iconv": "^3.1.17",
    "is-relative": "^1.0.0",
    "lazy-url": "^2.0.4",
    "lodash": "^4.17.21",
    "markdown-it": "^13.0.1",
    "markdown-it-emoji": "^2.0.2",
    "markdown-it-footnote": "^3.0.3",
    "markdown-it-implicit-figures": "^0.12.0",
    "markdown-it-include": "^2.0.0",
    "markdown-it-ruby": "^0.1.1",
    "markdown-it-title": "^4.0.0",
    "markdown-it-toc-and-anchor": "^4.2.0",
    "moment": "^2.29.4",
    "node-novel-globby": "^2.0.23",
    "node-novel-info": "^3.0.16",
    "path-dir-normalize": "^1.0.29",
    "regexp-cjk": "^3.3.110",
    "regexp-cjk-plugin-extra": "^1.0.42",
    "str-util": "^2.3.40",
    "transliteration": "^2.3.5",
    "tslib": "^2.6.2",
    "uuid-by-string": "^4.0.0",
    "yargs": "^17.7.2"
  },
  "gitHead": "d27ef52af34a27b1f18b4fc3a101850638c7bb38"
}
