mirror of
https://github.com/documenso/documenso.git
synced 2025-11-10 04:22:32 +10:00
24 lines
456 B
JSON
24 lines
456 B
JSON
{
|
|
"name": "@documenso/ee",
|
|
"version": "0.0.0",
|
|
"main": "./index.ts",
|
|
"types": "./index.ts",
|
|
"license": "COMMERCIAL",
|
|
"files": [
|
|
"client-only/",
|
|
"server-only/",
|
|
"universal/"
|
|
],
|
|
"scripts": {
|
|
"clean": "rimraf node_modules"
|
|
},
|
|
"dependencies": {
|
|
"@documenso/lib": "*",
|
|
"@documenso/prisma": "*",
|
|
"luxon": "^3.4.0",
|
|
"micro": "^10.0.1",
|
|
"react": "^18",
|
|
"ts-pattern": "^5.0.5",
|
|
"zod": "^3.25.76"
|
|
}
|
|
} |