diff --git a/client/package-lock.json b/client/package-lock.json index dc3a70773..380a40997 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -1,13 +1,13 @@ { - "name": "client", - "version": "1.0.0", + "name": "trilium-client", + "version": "0.63.5", "lockfileVersion": 3, "requires": true, "packages": { "": { - "name": "client", - "version": "1.0.0", - "license": "ISC", + "name": "trilium-client", + "version": "0.63.5", + "license": "AGPL-3.0-only", "dependencies": { "@excalidraw/excalidraw": "0.17.3", "boxicons": "2.1.4", diff --git a/client/package.json b/client/package.json index c21ba00f9..f6d694cec 100644 --- a/client/package.json +++ b/client/package.json @@ -1,11 +1,15 @@ { - "name": "client", - "version": "1.0.0", - "description": "", - "main": "index.js", + "name": "trilium-client", + "version": "0.63.5", + "license": "AGPL-3.0-only", + "description": "Trilium Notes Client", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, + "repository": { + "type": "git", + "url": "https://github.com/TriliumNext/Notes" + }, "dependencies": { "@excalidraw/excalidraw": "0.17.3", "boxicons": "2.1.4", @@ -21,8 +25,5 @@ "react-dom": "18.2.0", "react": "18.2.0", "split.js": "1.6.5" - }, - "keywords": [], - "author": "", - "license": "ISC" + } } \ No newline at end of file diff --git a/electron/package-lock.json b/electron/package-lock.json index b72247a1f..a5e1ba0f6 100644 --- a/electron/package-lock.json +++ b/electron/package-lock.json @@ -1,14 +1,14 @@ { - "name": "electron", - "version": "1.0.0", + "name": "trilium-electron", + "version": "0.63.5", "lockfileVersion": 3, "requires": true, "packages": { "": { - "name": "electron", - "version": "1.0.0", + "name": "trilium-electron", + "version": "0.63.5", "hasInstallScript": true, - "license": "ISC", + "license": "AGPL-3.0-only", "dependencies": { "@electron/remote": "2.1.2", "better-sqlite3": "8.4.0", diff --git a/electron/package.json b/electron/package.json index f75a3257e..813a2007e 100644 --- a/electron/package.json +++ b/electron/package.json @@ -1,7 +1,8 @@ { - "name": "electron", - "version": "1.0.0", - "description": "", + "name": "trilium-electron", + "version": "0.63.5", + "license": "AGPL-3.0-only", + "description": "Trilium Notes Desktop", "main": "./dist/electron/src/electron.js", "scripts": { "start-electron": "rimraf ./dist && tsc && ts-node ./bin/copy-dist.ts && cross-env TRILIUM_SAFE_MODE=1 TRILIUM_DATA_DIR=./data TRILIUM_SYNC_SERVER_HOST=http://tsyncserver:4000 TRILIUM_ENV=dev electron --inspect=5858 .", @@ -30,8 +31,5 @@ }, "optionalDependencies": { "electron-installer-debian": "3.2.0" - }, - "keywords": [], - "author": "", - "license": "ISC" + } } \ No newline at end of file diff --git a/regroup/package.json b/regroup/package.json index b73e400a6..429b80816 100644 --- a/regroup/package.json +++ b/regroup/package.json @@ -1,9 +1,6 @@ { "name": "trilium", "productName": "Trilium Notes", - "description": "Trilium Notes", - "version": "0.63.5", - "license": "AGPL-3.0-only", "main": "electron.js", "bin": { "trilium": "src/www.js" diff --git a/server/package-lock.json b/server/package-lock.json index 5c29b6ff0..648f73364 100644 --- a/server/package-lock.json +++ b/server/package-lock.json @@ -1,13 +1,13 @@ { - "name": "server", - "version": "1.0.0", + "name": "trilium-server", + "version": "0.63.5", "lockfileVersion": 3, "requires": true, "packages": { "": { - "name": "server", - "version": "1.0.0", - "license": "ISC", + "name": "trilium-server", + "version": "0.63.5", + "license": "AGPL-3.0-only", "dependencies": { "@braintree/sanitize-url": "6.0.4", "archiver": "7.0.0", diff --git a/server/package.json b/server/package.json index ed98f39f1..6cf80310f 100644 --- a/server/package.json +++ b/server/package.json @@ -1,7 +1,8 @@ { - "name": "server", - "version": "1.0.0", - "description": "", + "name": "trilium-server", + "version": "0.63.5", + "license": "AGPL-3.0-only", + "description": "Trilium Notes Server", "main": "src/index.ts", "scripts": { "start-server": "cross-env TRILIUM_SAFE_MODE=1 TRILIUM_DATA_DIR=./data TRILIUM_ENV=dev TRILIUM_SYNC_SERVER_HOST=http://tsyncserver:4000 nodemon .", @@ -96,8 +97,5 @@ "ts-node": "^10.9.2", "tslib": "^2.6.2", "typescript": "^5.3.3" - }, - "keywords": [], - "author": "", - "license": "ISC" + } } \ No newline at end of file