@himojuku/react-native-epub-creator
Version:
This react-native library create epub file for android and IOS
62 lines (61 loc) • 1.48 kB
JSON
{
"name": "@himojuku/react-native-epub-creator",
"version": "1.0.10",
"description": "This react-native library create epub file for android and IOS",
"main": "index.ts",
"keywords": [
"react-native",
"epub",
"epub-creator",
"react-native-epub-creator"
],
"repository": {
"type": "git",
"url": "git+https://github.com/HimoJuku/react-native-epub-creator.git"
},
"author": "Alen Toma & Patrick Loser & HimoJuku",
"license": "MIT",
"bugs": {
"url": "https://github.com/HimoJuku/react-native-epub-creator/issues"
},
"homepage": "https://github.com/HimoJuku/react-native-epub-creator#readme",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"peerDependencies": {
"react": "*",
"react-native": "*"
},
"release-it": {
"git": {
"commitMessage": "chore: release ${version}",
"tagName": "v${version}"
},
"npm": {
"publish": true
},
"github": {
"release": true
},
"plugins": {
"@release-it/conventional-changelog": {
"preset": "angular"
}
}
},
"eslintIgnore": [
"node_modules/",
"lib/"
],
"dependencies": {
"@himojuku/epub-constructor": "^1.0.2",
"@types/bun": "^1.2.10",
"expo-document-picker": "^13.0.3",
"expo-file-system": "^18.0.12",
"jszip": "^3.10.1",
"react-native-zip-archive": "^6.0.3"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}