mirror of
https://github.com/documenso/documenso.git
synced 2026-07-14 23:07:13 +10:00
7f09ba72f4
This PR is handles the changes required to support envelopes. The new envelope editor/signing page will be hidden during release. The core changes here is to migrate the documents and templates model to a centralized envelopes model. Even though Documents and Templates are removed, from the user perspective they will still exist as we remap envelopes to documents and templates.
23 lines
394 B
JSON
23 lines
394 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": {
|
|
"@documenso/pdf-sign": "^0.1.0",
|
|
"@documenso/tsconfig": "*",
|
|
"ts-pattern": "^5.0.5"
|
|
},
|
|
"devDependencies": {
|
|
"vitest": "^3.1.4"
|
|
}
|
|
}
|