mirror of
https://github.com/documenso/documenso
synced 2026-04-21 13:27:18 +00:00
Migrate from @documenso/pdf-sign and @cantoo/pdf-lib to @libpdf/core for all PDF manipulation and signing operations. This includes: - New signing transports for Google Cloud KMS and local certificates - Consolidated PDF operations using libpdf API - Added TSA (timestamp authority) helper for digital signatures - Removed deprecated flatten and insert utilities - Updated tests to use new PDF library
22 lines
No EOL
413 B
JSON
22 lines
No EOL
413 B
JSON
{
|
|
"name": "@documenso/signing",
|
|
"version": "0.0.0",
|
|
"main": "./index.ts",
|
|
"types": "./index.ts",
|
|
"license": "AGPLv3",
|
|
"files": [
|
|
"transports/",
|
|
"index.ts"
|
|
],
|
|
"scripts": {
|
|
"test": "vitest"
|
|
},
|
|
"dependencies": {
|
|
"@google-cloud/kms": "^5.2.1",
|
|
"@google-cloud/secret-manager": "^6.1.1",
|
|
"ts-pattern": "^5.9.0"
|
|
},
|
|
"devDependencies": {
|
|
"@documenso/tsconfig": "*"
|
|
}
|
|
} |