diff --git a/apps/desktop/package.json b/apps/desktop/package.json index 4219fb3c2..50756e3ea 100644 --- a/apps/desktop/package.json +++ b/apps/desktop/package.json @@ -29,6 +29,12 @@ "start-prod": "nx build desktop && cross-env TRILIUM_DATA_DIR=data TRILIUM_RESOURCE_DIR=dist TRILIUM_PORT=37841 electron dist/main.js", "rebuild": "electron-rebuild" }, + "author": { + "name": "TriliumNext Notes Team", + "email": "contact@eliandoran.me", + "url": "https://github.com/TriliumNext/Notes" + }, + "description": "Build your personal knowledge base with TriliumNext Notes", "nx": { "targets": { "serve": {