node-ebook-converter
Version:
Node.js minimal and powerful ebook converter (single package) with built-in queue and threading functionalities
22 lines (21 loc) • 789 B
JSON
{
"name": "node-ebook-converter",
"version": "1.0.11",
"author": "João Victor Cardoso Kdouk",
"readme": "README.md",
"homepage": "https://github.com/JVKdouk/node-ebook-converter",
"bugs": {
"email": "xadestar@gmail.com",
"url": "https://github.com/JVKdouk/node-ebook-converter/issues"
},
"keywords": ["Convert PDF", "Convert", "NodeJS PDF Converter", "Ebook Converter", "Convert Ebook", "Nodejs Calibre", "Nodejs Converter Calibre"],
"description": "Node.js minimal and powerful ebook converter (single package) with built-in queue and threading functionalities",
"repository": {
"url": "https://github.com/JVKdouk/node-ebook-converter"
},
"main": "index.js",
"license": "MIT",
"scripts": {
"start": "node index.js --experimental-worker"
}
}