epub-iconv
Version:
130 lines (129 loc) • 2.94 kB
JSON
{
"name": "epub-iconv",
"version": "1.0.22",
"description": "簡易型 epub 簡繁轉換",
"keywords": [
"Google Play Books",
"archive",
"book",
"books",
"chapter",
"char",
"character",
"characters",
"chinese",
"cjk",
"cli",
"cn",
"cn2tw",
"comic",
"conv",
"conversion",
"convert",
"creator",
"ebook",
"epub",
"epub-maker",
"epub-maker2",
"epub2",
"epub3",
"generator",
"google book",
"google books",
"google play",
"greedy",
"hanja",
"hanzi",
"ibook",
"japanese",
"jp2zhs",
"jp2zht",
"kanji",
"maker",
"manifest",
"metadata",
"mobile",
"node-novel",
"novel",
"regex",
"regexp",
"regular",
"regular expression",
"simplified",
"slugify",
"str-util",
"table",
"traditional",
"transform",
"tw",
"tw2cn",
"txt",
"unicode",
"util",
"volume",
"words",
"zh",
"zh-cn",
"zh-tw",
"zh2jp",
"zhs",
"zht",
"zip"
],
"homepage": "https://github.com/bluelovers/ws-epub/tree/master/packages/epub-iconv#readme",
"bugs": {
"url": "https://github.com/bluelovers/ws-epub/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bluelovers/ws-epub.git",
"directory": "packages/epub-iconv"
},
"license": "ISC",
"author": "bluelovers",
"main": "index.js",
"bin": {
"epub-iconv": "bin/epub-iconv.js"
},
"directories": {
"lib": "lib",
"test": "test"
},
"scripts": {
"coverage": "npx nyc yarn run test",
"lint": "npx eslint **/*.ts",
"test": "ts-node ./test/demo",
"test:jest": "jest --passWithNoTests",
"test:jest:snapshot": "yarn run test:jest -- -u",
"test:snapshot": "yarn run test -- -u",
"test:tsd": "ynpx tsd",
"npm:publish": "npm publish",
"npm:publish:lerna": "npx lerna publish --yes --cd-version patch",
"preversion": "yarn run test",
"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",
"sort-package-json": "npx sort-package-json ./package.json",
"tsc:default": "tsc -p tsconfig.json",
"tsc:esm": "tsc -p tsconfig.esm.json"
},
"dependencies": {
"@bluelovers/fast-glob": "^3.0.4",
"@lazy-cjk/zh-convert": "^1.0.48",
"@node-novel/epub-util": "^1.0.11",
"@yarn-tool/update-notifier": "^1.0.38",
"bluebird": "^3.7.2",
"cjk-conv": "^1.2.143",
"debug-color2": "^1.3.2",
"fs-extra": "^11.1.1",
"iconv-jschardet": "^2.0.32",
"jszip": "^3.10.1",
"sort-object-keys2": "^3.0.5",
"ts-type": "^3.0.1",
"tslib": "^2.6.2",
"upath2": "^3.1.19",
"yargs": "^17.7.2"
},
"gitHead": "d27ef52af34a27b1f18b4fc3a101850638c7bb38"
}