mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 10:02:59 +08:00
23 lines
345 B
JSON
23 lines
345 B
JSON
{
|
|
"name": "@triliumnext/server-e2e",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"nx": {
|
|
"name": "server-e2e",
|
|
"implicitDependencies": [
|
|
"client",
|
|
"server"
|
|
],
|
|
"targets": {
|
|
"e2e": {
|
|
"dependsOn": [
|
|
"server:build"
|
|
]
|
|
}
|
|
}
|
|
},
|
|
"devDependencies": {
|
|
"dotenv": "16.5.0"
|
|
}
|
|
}
|