mirror of
https://github.com/zadam/trilium.git
synced 2025-10-19 22:58:52 +02:00
16 lines
240 B
JSON
16 lines
240 B
JSON
{
|
|
"name": "@triliumnext/server-e2e",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"nx": {
|
|
"name": "server-e2e",
|
|
"implicitDependencies": [
|
|
"client",
|
|
"server"
|
|
]
|
|
},
|
|
"devDependencies": {
|
|
"dotenv": "16.5.0"
|
|
}
|
|
}
|