@cd-z/epub-constructor
Version:
This is a react library that creates an epub structure. This library only provides the file structure. To get a valid epub file it is needed to to create files from the provided data and compress them to a epub file.
49 lines (48 loc) • 1.31 kB
JSON
{
"name": "@cd-z/epub-constructor",
"version": "3.0.3",
"description": "This is a react library that creates an epub structure. This library only provides the file structure. To get a valid epub file it is needed to to create files from the provided data and compress them to a epub file.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "rm -rf ./dist && bun x tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CD-Z/Epub-Constructor.git"
},
"bugs": {
"url": "https://github.com/CD-Z/Epub-Constructor/issues"
},
"homepage": "https://github.com/CD-Z/Epub-Constructor",
"keywords": [
"epub",
"react",
"epub-creator",
"epub-constructor"
],
"dependencies": {
"sanitize-html": "^2.13.0"
},
"author": "Alen Toma & Patrick Loser",
"license": "MIT",
"devDependencies": {
"@types/jest": "^29.5.3",
"@types/sanitize-html": "^2.11.0",
"@typescript-eslint/eslint-plugin": "^5.59.9",
"@typescript-eslint/parser": "^5.59.9",
"bun-types": "^1.1.4",
"eslint": "^8.42.0",
"typescript": "^5.1.3"
},
"exports": {
".": {
"import": "./dist/index.js",
"require": "./dist/index.js",
"types": "./dist/index.d.ts"
}
}
}