mirror of
https://github.com/documenso/documenso.git
synced 2025-11-12 07:43:16 +10:00
20 lines
339 B
JSON
20 lines
339 B
JSON
{
|
|
"name": "@documenso/ee",
|
|
"version": "1.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": "*"
|
|
}
|
|
}
|