pdfbox-cli-wrap
Version:
A wrapper for making PDFBox CLI commands
39 lines (38 loc) • 940 B
JSON
{
"name": "pdfbox-cli-wrap",
"version": "1.0.36",
"description": "A wrapper for making PDFBox CLI commands",
"main": "index.js",
"typings": "js/index.d.ts",
"scripts": {
"test": "mocha ./test/cases --recursive",
"test:watch": "mocha ./test/cases --recursive --watch",
"build:js": "tsc ts/* --outDir js --declaration true --lib ES6"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AckerApple/pdfbox-cli-wrap.git"
},
"keywords": [
"pdfbox",
"sign",
"encrypt",
"decrypt",
"certificate",
"pdf"
],
"author": "Acker Apple",
"license": "MIT",
"bugs": {
"url": "https://github.com/AckerApple/pdfbox-cli-wrap/issues"
},
"homepage": "https://github.com/AckerApple/pdfbox-cli-wrap#readme",
"devDependencies": {
"mocha": "^5.2.0",
"typescript": "^3.3.1"
},
"dependencies": {
"@types/node": "^10.12.21",
"ack-pdfbox": "^1.2.17"
}
}