mirror of
https://github.com/TriliumNext/Notes.git
synced 2026-05-01 09:49:52 -05:00
chore(nx): clean up package JSON
This commit is contained in:
@@ -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,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",
|
||||
|
||||
Reference in New Issue
Block a user