mirror of
https://github.com/zadam/trilium.git
synced 2025-10-19 22:58:52 +02:00
21 lines
427 B
JSON
21 lines
427 B
JSON
{
|
|
"name": "@triliumnext/edit-docs",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"devDependencies": {
|
|
"@triliumnext/client": "workspace:*",
|
|
"@triliumnext/desktop": "workspace:*",
|
|
"@types/fs-extra": "11.0.4",
|
|
"fs-extra": "11.3.0"
|
|
},
|
|
"nx": {
|
|
"name": "edit-docs",
|
|
"targets": {
|
|
"serve": {
|
|
"dependsOn": [ "build" ],
|
|
"command": "electron {projectRoot}/dist/main"
|
|
}
|
|
}
|
|
}
|
|
}
|