pdfetch
Version:
Node.js application to download KB articles from an arbitrary ServiceNow instance in PDF format.
38 lines • 890 B
JSON
{
"name": "pdfetch",
"version": "1.0.3",
"description": "Node.js application to download KB articles from an arbitrary ServiceNow instance in PDF format.",
"main": "index.js",
"bin": {
"pdfetch": "./index.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ciacob/pdFetch.git"
},
"keywords": [
"pdf",
"servicenow",
"download",
"bulk",
"storage",
"archive"
],
"author": "Claudius Iacob <claudius.iacob@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/ciacob/pdFetch/issues"
},
"homepage": "https://github.com/ciacob/pdFetch#readme",
"dependencies": {
"archiver": "^7.0.1",
"axios": "^1.7.2",
"glob": "^11.0.0",
"pdf-lib": "^1.17.1",
"puppeteer": "^22.14.0",
"uuid": "^10.0.0"
}
}