epub-maker2
Version:
Easily create epub files with javascript
128 lines (127 loc) • 3.65 kB
JSON
{
"name": "epub-maker2",
"version": "3.0.16",
"description": "Easily create epub files with javascript",
"keywords": [
"archive",
"book",
"chapter",
"comic",
"creator",
"ebook",
"epub",
"epub-maker",
"epub-maker2",
"generator",
"maker",
"manifest",
"metadata",
"mobile",
"node-novel",
"novel",
"volume",
"zip",
"create-by-yarn-tool"
],
"homepage": "https://github.com/bluelovers/ws-epub/tree/master/packages/epub-maker2#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-maker2"
},
"license": "MIT",
"author": "Benny Bottema (http://blog.projectnibble.org)",
"sideEffects": false,
"main": "index",
"types": "./index.d.ts",
"typings": "./index.d.ts",
"directories": {
"test": "test"
},
"scripts": {
"coverage": "npx nyc yarn run test",
"lint": "npx eslint **/*.ts",
"pretest": "echo pretest",
"test": "jest",
"test:jest": "jest --passWithNoTests",
"test:jest:snapshot": "yarn run test:jest -- -u",
"test:snapshot": "yarn run test -- -u",
"test:tsd": "ynpx tsd",
"ci:install": "echo ci:install",
"ci:build": "echo ci:build",
"npm:publish": "npm publish",
"npm:publish:lerna": "npx lerna publish --yes --cd-version patch",
"preversion": "yarn run test",
"version": "echo version",
"postversion": "echo postversion",
"prepublish": "echo prepublish",
"prepublish:lockfile": "npx sync-lockfile .",
"prepare": "echo prepare",
"prepublishOnly": "echo prepublishOnly",
"prepack": "echo prepack",
"pack": "echo pack",
"postpack": "echo postpack",
"publish": "echo publish",
"postpublish": "echo postpublish",
"postpublish_": "git commit -m \"chore(release): publish\" .",
"postpublishOnly": "echo postpublishOnly",
"ncu": "npx yarn-tool ncu -u",
"sort-package-json": "npx yarn-tool sort",
"tsc:default": "tsc -p tsconfig.json",
"tsc:esm": "tsc -p tsconfig.esm.json"
},
"browserslist": [
"defaults"
],
"dependencies": {
"@node-novel/epub-util": "^1.0.11",
"@node-novel/fetch-file-or-url": "^1.1.18",
"@types/bluebird": "^3",
"@types/bluebird-global": "^3",
"@types/hash-sum": "^1.0.0",
"@types/jszip": "^3.4.1",
"array-hyper-unique": "^2.1.4",
"autoprefixer": "^10.4.15",
"bluebird": "^3.7.2",
"bluebird-cancellation": "^1.0.16",
"cross-fetch": "^4.0.0",
"debug-color2": "^1.3.2",
"file-type": "<17 >=16.5.3",
"fs-extra": "^11.1.1",
"fs-iconv": "^3",
"handlebars": "<4.6 >=4.5",
"hash-sum": "^2.0.0",
"he": "^1.2.0",
"html-minifier": "^4.0.0",
"imagemin": "<8 >=7.0.1",
"imagemin-mozjpeg": "<10 >=9",
"imagemin-optipng": "^8.0.0",
"imagemin-pngquant": "^9.0.2",
"imagemin-webp": "<7 >=6",
"js-beautify": "^1.14.9",
"jszip": "^3.10.1",
"jszip-fixed-date": "^1.0.7",
"moment": "^2.29.4",
"node-novel-info": "^3.0.16",
"postcss": "^8.4.30",
"postcss-epub": "^3.0.1",
"postcss-scss": "^4.0.8",
"postcss-strip-inline-comments": "^0.1.5",
"shortid": "^2.2.16",
"slugify": "^1.6.6",
"tslib": "^2.6.2",
"uuid": "^9.0.1",
"uuid-by-string": "^4.0.0"
},
"optionalDependencies": {
"imagemin-mozjpeg": "<10 >=9",
"imagemin-optipng": "^8.0.0",
"imagemin-pngquant": "^9.0.2",
"imagemin-webp": "<7 >=6"
},
"packageManager": "yarn@1.22.19",
"gitHead": "d27ef52af34a27b1f18b4fc3a101850638c7bb38"
}