diff --git a/_regroup/package.json b/_regroup/package.json index d766e456d..ed4a8239f 100644 --- a/_regroup/package.json +++ b/_regroup/package.json @@ -5,12 +5,6 @@ "version": "0.93.0", "license": "AGPL-3.0-only", "main": "./electron-main.js", - "author": { - "name": "TriliumNext Notes Team", - "email": "contact@eliandoran.me", - "url": "https://github.com/TriliumNext/Notes" - }, - "copyright": "", "bin": { "trilium": "src/main.js" }, diff --git a/apps/client/package.json b/apps/client/package.json new file mode 100644 index 000000000..0eef64f91 --- /dev/null +++ b/apps/client/package.json @@ -0,0 +1,25 @@ +{ + "name": "triliumnext.notes.client", + "version": "0.0.1", + "description": "JQuery-based client for TriliumNext, used for both web and desktop (via Electron)", + "homepage": "https://github.com/TriliumNext/Notes#readme", + "bugs": { + "url": "https://github.com/TriliumNext/Notes/issues" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/TriliumNext/Notes.git" + }, + "license": "AGPL-3.0-only", + "author": { + "name": "TriliumNext Notes Team", + "email": "contact@eliandoran.me", + "url": "https://github.com/TriliumNext/Notes" + }, + "copyright": "", + "type": "module", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + } +}