jn-pdf
Version:
This little command line utility scans pwd and merges all image files sorted by name into a single PDF file.
35 lines (34 loc) • 770 B
JSON
{
"name": "jn-pdf",
"version": "1.0.14",
"description": "This little command line utility scans pwd and merges all image files sorted by name into a single PDF file.",
"main": "jn-pdf.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/janunezc/jn-pdf.git"
},
"bin": {
"jn-pdf": "jn-pdf.js"
},
"keywords": [
"PDF",
"IMAGE",
"MERGE",
"COMMAND",
"LINE",
"FILES"
],
"author": "janunezc",
"license": "MIT",
"dependencies": {
"pdf-lib": "^1.17.1",
"sharp": "^0.32.3",
"glob": "^8.1.0",
"commander": "^11.0.0",
"rimraf": "^5.0.0",
"cache-manager": "^4.0.0"
}
}