pdf-lib-table
Version:
table creation add on for pdf-lib
31 lines (30 loc) • 713 B
JSON
{
"name": "pdf-lib-table",
"version": "1.1.7",
"description": "table creation add on for pdf-lib",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "patch-package"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nashtheflash/pdf-lib-table.git"
},
"keywords": [
"pdf",
"pdf-lib",
"table"
],
"author": "Nash Bostwick",
"license": "ISC",
"bugs": {
"url": "https://github.com/nashtheflash/pdf-lib-table/issues"
},
"homepage": "https://github.com/nashtheflash/pdf-lib-table#readme",
"type": "module",
"dependencies": {
"patch-package": "^8.0.0",
"pdf-lib": "^1.17.1"
}
}