2023-08-30 16:36:22 +10:00
|
|
|
{
|
|
|
|
|
"name": "@documenso/ee",
|
2024-07-05 14:24:40 +10:00
|
|
|
"version": "0.0.0",
|
2023-08-30 16:36:22 +10:00
|
|
|
"main": "./index.ts",
|
|
|
|
|
"types": "./index.ts",
|
|
|
|
|
"license": "COMMERCIAL",
|
|
|
|
|
"files": [
|
|
|
|
|
"client-only/",
|
|
|
|
|
"server-only/",
|
|
|
|
|
"universal/"
|
|
|
|
|
],
|
2023-09-21 21:34:24 +10:00
|
|
|
"scripts": {
|
|
|
|
|
"clean": "rimraf node_modules"
|
|
|
|
|
},
|
2023-08-30 16:36:22 +10:00
|
|
|
"dependencies": {
|
|
|
|
|
"@documenso/lib": "*",
|
2023-10-15 20:26:32 +11:00
|
|
|
"@documenso/prisma": "*",
|
|
|
|
|
"luxon": "^3.4.0",
|
|
|
|
|
"micro": "^10.0.1",
|
2024-09-03 09:48:54 +10:00
|
|
|
"react": "^18",
|
2023-10-15 20:26:32 +11:00
|
|
|
"ts-pattern": "^5.0.5",
|
2024-12-18 15:01:57 +11:00
|
|
|
"zod": "3.24.1"
|
2023-08-30 16:36:22 +10:00
|
|
|
}
|
2024-12-18 15:01:57 +11:00
|
|
|
}
|