Files
Trilium/apps/server-e2e/package.json

12 lines
189 B
JSON
Raw Normal View History

{
2025-04-28 22:58:00 +03:00
"name": "@triliumnext/server-e2e",
"version": "0.0.1",
"private": true,
"nx": {
"implicitDependencies": [
2025-04-28 22:58:00 +03:00
"@triliumnext/client",
"@triliumnext/server"
]
}
}