pdf2html-jk-temporary
Version:
PDF to HTML or Text conversion using Apache Tika. Also generate PDF thumbnail using Apache PDFBox.
53 lines (52 loc) • 1.23 kB
JSON
{
"name": "pdf2html-jk-temporary",
"version": "1.0.0",
"description": "PDF to HTML or Text conversion using Apache Tika. Also generate PDF thumbnail using Apache PDFBox.",
"main": "index.js",
"scripts": {
"test": "TZ=UTC mocha --timeout 5000",
"lint": "eslint .",
"postinstall": "node postinstall.js"
},
"dependencies": {
"cheerio": "^1.0.0-rc.10",
"debug": "^4.3.4",
"gm": "^1.23.1",
"lodash.defaults": "^4.2.0",
"urijs": "^1.19.7"
},
"devDependencies": {
"chai": "^4.3.6",
"eslint": "^8.13.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-standard": "^5.0.0",
"mocha": "^9.2.2"
},
"repository": {
"type": "git",
"url": "https://github.com/shebinleo/pdf2html.git"
},
"bugs": {
"url": "https://github.com/shebinleo/pdf2html/issues"
},
"keywords": [
"pdftohtml",
"tika",
"pdfbox",
"convert",
"pdf",
"html",
"thumbnail"
],
"author": "Shebin Leo Vincent <shebinleovincent@gmail.com>",
"license": "Apache-2.0",
"engines": {
"node": ">= 12"
},
"pre-commit": [
"lint"
]
}