2025-04-29 12:50:05 +03:00
{
"name" : "@triliumnext/edit-docs" ,
"version" : "0.0.1" ,
"private" : true ,
2025-05-03 03:14:23 +03:00
"description" : "Desktop version of Trilium which imports the demo database (presented to new users at start-up) or the user guide and other documentation and saves the modifications for committing." ,
2025-05-25 12:16:57 +03:00
"dependencies" : {
"archiver" : "7.0.1" ,
2025-09-25 09:38:13 +03:00
"better-sqlite3" : "12.4.1"
2025-05-25 12:16:57 +03:00
} ,
2025-04-29 12:50:05 +03:00
"devDependencies" : {
"@triliumnext/client" : "workspace:*" ,
"@triliumnext/desktop" : "workspace:*" ,
"@types/fs-extra" : "11.0.4" ,
2025-08-13 08:13:22 +00:00
"copy-webpack-plugin" : "13.0.1" ,
2025-10-16 01:12:51 +00:00
"electron" : "38.3.0" ,
2025-09-17 01:50:24 +00:00
"fs-extra" : "11.3.2"
2025-04-29 12:50:05 +03:00
} ,
2025-09-03 18:16:03 +03:00
"scripts" : {
"edit-docs" : "cross-env TRILIUM_PORT=37741 TRILIUM_DATA_DIR=data TRILIUM_INTEGRATION_TEST=memory-no-store DOCS_ROOT=../../../docs USER_GUIDE_ROOT=\"../../server/src/assets/doc_notes/en/User Guide\" tsx ../../scripts/electron-start.mts src/edit-docs.ts" ,
"edit-demo" : "cross-env TRILIUM_PORT=37741 TRILIUM_DATA_DIR=data TRILIUM_INTEGRATION_TEST=memory-no-store DOCS_ROOT=../../../docs USER_GUIDE_ROOT=\"../../server/src/assets/doc_notes/en/User Guide\" tsx ../../scripts/electron-start.mts src/edit-demo.ts"
}
2025-05-25 11:47:03 +03:00
}