@friedrich.fschr/epub-parser
Version:
An epub parser which can extract chapter contents from an epub file
49 lines (48 loc) • 1.29 kB
JSON
{ "name": "@friedrich.fschr/epub-parser",
"type": "module",
"version": "0.2.6",
"description": "An epub parser which can extract chapter contents from an epub file",
"author": "Your Name <your.email@example.com>",
"license": "MIT",
"homepage": "https://github.com/hhk-png/lingo-reader#readme",
"repository": {
"type": "git",
"url": "git@github.com:hhk-png/lingo-reader.git",
"directory": "packages/epub-parser"
},
"bugs": "https://github.com/hhk-png/lingo-reader/issues",
"keywords": [
"epub",
"epub-parser",
"ebook",
"ebook-parser"
],
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.rn.mjs",
"require": "./dist/index.rn.js",
"default": "./dist/index.rn.mjs"
}
},
"main": "./dist/index.rn.js",
"module": "./dist/index.rn.mjs",
"types": "./dist/index.d.ts",
"files": [
"dist",
"docs",
"examples",
"REACT_NATIVE.md"
],
"scripts": {
"build": "rollup -c",
"build:rn": "rollup -c && node scripts/verify-rn-build.js"
}, "dependencies": {
"@friedrich.fschr/shared": "^0.2.6",
"jszip": "^3.10.1",
"path-browserify": "^1.0.1"
},
"peerDependencies": {
"react-native": "*"
}
}