chore(monorepo/client): set up commons package

This commit is contained in:
Elian Doran
2025-04-18 02:45:31 +03:00
parent 25160a23a6
commit 42744acbb3
8 changed files with 6927 additions and 10 deletions

15
package.json Normal file
View File

@@ -0,0 +1,15 @@
{
"name": "trilium",
"productName": "TriliumNext Notes",
"description": "Build your personal knowledge base with TriliumNext Notes",
"version": "0.93.0",
"license": "AGPL-3.0-only",
"repository": {
"type": "git",
"url": "https://github.com/TriliumNext/Notes.git"
},
"workspaces": [
"apps/*",
"packages/*"
]
}