2025-04-21 23:18:45 +03:00
{
"name" : "@triliumnext/edit-demo" ,
"version" : "1.0.0" ,
"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." ,
"main" : "index.js" ,
2025-04-22 09:36:32 +03:00
"type" : "module" ,
2025-04-21 23:18:45 +03:00
"scripts" : {
2025-04-22 09:36:32 +03:00
"docs:edit" : "cross-env NODE_OPTIONS=\"--import tsx\" TRILIUM_DATA_DIR=./data-docs TRILIUM_ENV=dev TRILIUM_INTEGRATION_TEST=memory-no-store TRILIUM_PORT=37741 electron ./src/electron-docs-main.ts ." ,
"docs:edit-nix" : "electron-rebuild --version 33.3.1 && cross-env NODE_OPTIONS=\"--import tsx\" TRILIUM_DATA_DIR=./data-docs TRILIUM_PORT=37741 TRILIUM_ENV=dev TRILIUM_INTEGRATION_TEST=memory-no-store nix-shell -p electron_33 --run \"electron ./src/electron-docs-main.ts .\"" ,
"demo:edit" : "cross-env NODE_OPTIONS=\"--import tsx\" TRILIUM_DATA_DIR=./data-demo TRILIUM_ENV=dev TRILIUM_INTEGRATION_TEST=memory-no-store TRILIUM_PORT=37741 electron ./src/electron-edit-demo.ts ." ,
"demo:edit-nix" : "electron-rebuild --version 33.3.1 && cross-env NODE_OPTIONS=\"--import tsx\" TRILIUM_DATA_DIR=./data-docs TRILIUM_PORT=37741 TRILIUM_ENV=dev TRILIUM_INTEGRATION_TEST=memory-no-store nix-shell -p electron_33 --run \"electron ./src/electron-edit-demo.ts .\""
2025-04-21 23:18:45 +03:00
} ,
"repository" : {
"type" : "git" ,
"url" : "git+https://github.com/TriliumNext/Notes.git"
} ,
"author" : "" ,
"license" : "AGPL-3.0-only" ,
"bugs" : {
"url" : "https://github.com/TriliumNext/Notes/issues"
} ,
"homepage" : "https://github.com/TriliumNext/Notes#readme" ,
"dependencies" : {
"@triliumnext/client" : "0.0.1" ,
"@triliumnext/electron" : "0.0.1" ,
"@triliumnext/server" : "0.0.1"
}
}