epub-chinese-converter
Version:
A small util to convert epub files from Simplified Chinese to Traditional Chinese
48 lines (47 loc) • 1.27 kB
JSON
{
"name": "epub-chinese-converter",
"version": "0.3.0",
"description": "A small util to convert epub files from Simplified Chinese to Traditional Chinese",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"test": "jest",
"build": "tsc -p ./tsconfig-prod.json",
"clean": "rimraf dist",
"prepublishOnly": "npm run clean && npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/htbkoo/epub-chinese-converter.git"
},
"keywords": [
"epub",
"traditional-chinese",
"chinese",
"converter"
],
"author": "htbkoo",
"license": "MIT",
"bugs": {
"url": "https://github.com/htbkoo/epub-chinese-converter/issues"
},
"homepage": "https://github.com/htbkoo/epub-chinese-converter#readme",
"devDependencies": {
"@types/epub-gen": "^0.1.2",
"@types/jest": "^25.1.2",
"@types/lodash": "^4.14.149",
"@types/node": "^13.7.0",
"jest": "^25.1.0",
"prettier": "^3.2.5",
"rimraf": "^3.0.2",
"ts-jest": "^25.2.0",
"typescript": "^3.7.5"
},
"dependencies": {
"epub-gen": "0.1.0",
"immer": "9.0.6",
"lodash": "4.17.21",
"tongwen-core": "3.2.5",
"xml2js": "0.5.0"
}
}