mirror of
https://github.com/zadam/trilium.git
synced 2026-09-13 18:46:08 +05:00
24 lines
1.1 KiB
JSON
24 lines
1.1 KiB
JSON
{
|
|
"name": "@triliumnext/edit-docs",
|
|
"version": "0.105.0",
|
|
"private": true,
|
|
"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.",
|
|
"dependencies": {
|
|
"archiver": "8.0.0",
|
|
"better-sqlite3": "13.0.3"
|
|
},
|
|
"devDependencies": {
|
|
"@triliumnext/client": "workspace:*",
|
|
"@triliumnext/core": "workspace:*",
|
|
"@triliumnext/commons": "workspace:*",
|
|
"@triliumnext/desktop": "workspace:*",
|
|
"electron": "44.2.0"
|
|
},
|
|
"scripts": {
|
|
"build": "tsx scripts/build.ts",
|
|
"test": "vitest",
|
|
"test-build": "vitest --config vitest.build.config.mts",
|
|
"edit-docs": "cross-env TRILIUM_PORT=37741 TRILIUM_DATA_DIR=data TRILIUM_INTEGRATION_TEST=memory-no-store tsx ../../scripts/electron-start.mts src/edit-docs.ts",
|
|
"edit-demo": "cross-env TRILIUM_PORT=37744 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"
|
|
}
|
|
} |