@neilkrichi/pdf-cli
Version:
A CLI tool for splitting and merging PDF files
39 lines (38 loc) • 720 B
JSON
{
"name": "@neilkrichi/pdf-cli",
"version": "1.1.0",
"description": "A CLI tool for splitting and merging PDF files",
"main": "dist/index.js",
"bin": {
"pdf-cli": "dist/index.js"
},
"files": [
"dist",
"README.md",
"LICENSE"
],
"scripts": {
"build": "tsc",
"postbuild": "chmod +x dist/index.js",
"prepare": "npm run build"
},
"keywords": [
"pdf",
"cli",
"split",
"merge",
"pdf-tools"
],
"author": "Neil Krichi",
"license": "MIT",
"dependencies": {
"chalk": "^4.1.2",
"commander": "^13.1.0",
"pdf-lib": "^1.17.1"
},
"devDependencies": {
"@types/node": "^22.13.10",
"ts-node": "^10.9.2",
"typescript": "^5.8.2"
}
}