node-pdfbox-util
Version:
Package for integration with apache pdfbox
30 lines (29 loc) • 630 B
JSON
{
"name": "node-pdfbox-util",
"version": "1.0.16",
"description": "Package for integration with apache pdfbox",
"types": "types/index.d.ts",
"main": "dist/index",
"scripts": {
"build": "tsc",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/almansadev/node-pdfbox-util.git"
},
"keywords": [
"pdfbox",
"node-pdfbox",
"node-pdfbox-util"
],
"author": "aaalmansa",
"license": "MIT",
"devDependencies": {
"@types/jest": "^29.5.12",
"@types/node": "^22.5.1",
"jest": "^29.7.0",
"ts-jest": "^29.2.5",
"typescript": "^5.5.4"
}
}