mirror of
https://github.com/documenso/documenso.git
synced 2025-11-12 07:43:16 +10:00
## Description I added the option of downloading a document without the signing certificate for teams. They can disable/enable the option in the preferences tab. The signing certificate can still be downloaded separately from the `logs` page.
25 lines
786 B
JSON
25 lines
786 B
JSON
{
|
|
"name": "@documenso/app-tests",
|
|
"version": "0.0.0",
|
|
"license": "to-update",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test:dev": "NODE_OPTIONS=--experimental-require-module playwright test",
|
|
"test-ui:dev": "NODE_OPTIONS=--experimental-require-module playwright test --ui",
|
|
"test:e2e": "NODE_OPTIONS=--experimental-require-module start-server-and-test \"npm run start -w @documenso/web\" http://localhost:3000 \"playwright test $E2E_TEST_PATH\""
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"devDependencies": {
|
|
"@playwright/test": "^1.18.1",
|
|
"@types/node": "^20.8.2",
|
|
"@documenso/lib": "*",
|
|
"@documenso/prisma": "*",
|
|
"@documenso/web": "*",
|
|
"pdf-lib": "^1.17.1"
|
|
},
|
|
"dependencies": {
|
|
"start-server-and-test": "^2.0.1"
|
|
}
|
|
} |