mirror of
https://github.com/documenso/documenso.git
synced 2025-11-26 06:32:08 +10:00
24 lines
431 B
JSON
24 lines
431 B
JSON
{
|
|
"name": "@documenso/signing",
|
|
"version": "1.0.0",
|
|
"main": "./index.ts",
|
|
"types": "./index.ts",
|
|
"license": "AGPLv3",
|
|
"files": [
|
|
"transports/",
|
|
"index.ts"
|
|
],
|
|
"scripts": {
|
|
},
|
|
"dependencies": {
|
|
"@documenso/tsconfig": "*",
|
|
"node-forge": "^1.3.1",
|
|
"node-signpdf": "^2.0.0",
|
|
"pdf-lib": "^1.17.1",
|
|
"ts-pattern": "^5.0.5"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node-forge": "^1.3.4"
|
|
}
|
|
}
|