chore(nx): clean up package JSON

This commit is contained in:
Elian Doran
2025-04-28 23:31:58 +03:00
parent 64f315437e
commit fdcdc41ea6
8 changed files with 15 additions and 207 deletions
+7
View File
@@ -1,7 +1,14 @@
{
"name": "@triliumnext/client",
"version": "0.0.1",
"description": "JQuery-based client for TriliumNext, used for both web and desktop (via Electron)",
"private": true,
"license": "AGPL-3.0-only",
"author": {
"name": "TriliumNext Notes Team",
"email": "contact@eliandoran.me",
"url": "https://github.com/TriliumNext/Notes"
},
"dependencies": {
"@eslint/js": "9.25.0",
"@excalidraw/excalidraw": "0.18.0",
+1
View File
@@ -1,6 +1,7 @@
{
"name": "@triliumnext/server",
"version": "0.0.1",
"description": "Desktop client for TriliumNext, embedding both the client and the server.",
"private": true,
"dependencies": {
"better-sqlite3": "11.9.1",