diff --git a/packages/analytics/package.json b/packages/analytics/package.json index e04ecbfee..042ad4748 100644 --- a/packages/analytics/package.json +++ b/packages/analytics/package.json @@ -13,6 +13,11 @@ "access": "public", "provenance": true }, + "repository": { + "type" : "git", + "url" : "git@github.com:standardnotes/server.git", + "directory": "packages/analytics" + }, "license": "AGPL-3.0-or-later", "scripts": { "clean": "rm -fr dist", diff --git a/packages/api-gateway/package.json b/packages/api-gateway/package.json index c3cf828f2..2c4c41ee7 100644 --- a/packages/api-gateway/package.json +++ b/packages/api-gateway/package.json @@ -11,7 +11,11 @@ "dist/src/**/*.js", "dist/src/**/*.d.ts" ], - "repository": "git@github.com:standardnotes/api-gateway.git", + "repository": { + "type" : "git", + "url" : "git@github.com:standardnotes/server.git", + "directory": "packages/api-gateway" + }, "author": "Karol Sójko ", "license": "AGPL-3.0-or-later", "publishConfig": { diff --git a/packages/auth/package.json b/packages/auth/package.json index 73358e7af..081ffe1d8 100644 --- a/packages/auth/package.json +++ b/packages/auth/package.json @@ -13,6 +13,11 @@ "access": "public", "provenance": true }, + "repository": { + "type" : "git", + "url" : "git@github.com:standardnotes/server.git", + "directory": "packages/auth" + }, "scripts": { "clean": "rm -fr dist", "setup:env": "cp .env.sample .env", diff --git a/packages/common/package.json b/packages/common/package.json index 3b789d8d5..cc2601c25 100644 --- a/packages/common/package.json +++ b/packages/common/package.json @@ -16,6 +16,11 @@ "access": "public", "provenance": true }, + "repository": { + "type" : "git", + "url" : "git@github.com:standardnotes/server.git", + "directory": "packages/common" + }, "license": "AGPL-3.0-or-later", "scripts": { "clean": "rm -fr dist", diff --git a/packages/domain-core/package.json b/packages/domain-core/package.json index d70ca00dc..3e27f1762 100644 --- a/packages/domain-core/package.json +++ b/packages/domain-core/package.json @@ -15,6 +15,11 @@ "access": "public", "provenance": true }, + "repository": { + "type" : "git", + "url" : "git@github.com:standardnotes/server.git", + "directory": "packages/domain-core" + }, "author": "Standard Notes", "license": "AGPL-3.0-or-later", "scripts": { diff --git a/packages/domain-events-infra/package.json b/packages/domain-events-infra/package.json index 6156e9f8e..bdb1dd456 100644 --- a/packages/domain-events-infra/package.json +++ b/packages/domain-events-infra/package.json @@ -15,6 +15,11 @@ "access": "public", "provenance": true }, + "repository": { + "type" : "git", + "url" : "git@github.com:standardnotes/server.git", + "directory": "packages/domain-events-infra" + }, "author": "Standard Notes", "license": "AGPL-3.0-or-later", "scripts": { diff --git a/packages/domain-events/package.json b/packages/domain-events/package.json index 11bdd8f85..3588764bd 100644 --- a/packages/domain-events/package.json +++ b/packages/domain-events/package.json @@ -15,6 +15,11 @@ "access": "public", "provenance": true }, + "repository": { + "type" : "git", + "url" : "git@github.com:standardnotes/server.git", + "directory": "packages/domain-events" + }, "author": "Standard Notes", "license": "AGPL-3.0-or-later", "scripts": { diff --git a/packages/files/package.json b/packages/files/package.json index ffab6633f..4f28b85a9 100644 --- a/packages/files/package.json +++ b/packages/files/package.json @@ -7,7 +7,11 @@ "description": "Standard Notes Files Server", "main": "dist/src/index.js", "typings": "dist/src/index.d.ts", - "repository": "git@github.com:standardnotes/files.git", + "repository": { + "type" : "git", + "url" : "git@github.com:standardnotes/server.git", + "directory": "packages/files" + }, "authors": [ "Karol Sójko " ], diff --git a/packages/grpc/package.json b/packages/grpc/package.json index 686d2b1a1..2ee0e65e6 100644 --- a/packages/grpc/package.json +++ b/packages/grpc/package.json @@ -16,6 +16,11 @@ "access": "public", "provenance": true }, + "repository": { + "type" : "git", + "url" : "git@github.com:standardnotes/server.git", + "directory": "packages/grpc" + }, "license": "AGPL-3.0-or-later", "scripts": { "clean": "rm -fr dist", diff --git a/packages/home-server/package.json b/packages/home-server/package.json index f98e3859e..60662965d 100644 --- a/packages/home-server/package.json +++ b/packages/home-server/package.json @@ -7,7 +7,11 @@ "description": "Standard Notes Home Server", "main": "dist/src/index.js", "typings": "dist/src/index.d.ts", - "repository": "git@github.com:standardnotes/server.git", + "repository": { + "type" : "git", + "url" : "git@github.com:standardnotes/server.git", + "directory": "packages/home-server" + }, "author": "Karol Sójko ", "publishConfig": { "access": "public", diff --git a/packages/predicates/package.json b/packages/predicates/package.json index 7dfee3755..088931585 100644 --- a/packages/predicates/package.json +++ b/packages/predicates/package.json @@ -16,6 +16,11 @@ "access": "public", "provenance": true }, + "repository": { + "type" : "git", + "url" : "git@github.com:standardnotes/server.git", + "directory": "packages/predicates" + }, "license": "AGPL-3.0-or-later", "scripts": { "clean": "rm -fr dist", diff --git a/packages/revisions/package.json b/packages/revisions/package.json index c2bd088d3..6a96bb0d9 100644 --- a/packages/revisions/package.json +++ b/packages/revisions/package.json @@ -7,7 +7,11 @@ "description": "Revisions Server", "main": "dist/src/index.js", "typings": "dist/src/index.d.ts", - "repository": "git@github.com:standardnotes/server.git", + "repository": { + "type" : "git", + "url" : "git@github.com:standardnotes/server.git", + "directory": "packages/revisions" + }, "author": "Karol Sójko ", "license": "AGPL-3.0-or-later", "publishConfig": { diff --git a/packages/scheduler/package.json b/packages/scheduler/package.json index a4fd7e340..d7d51ca7a 100644 --- a/packages/scheduler/package.json +++ b/packages/scheduler/package.json @@ -5,6 +5,11 @@ "node": ">=18.0.0 <21.0.0" }, "private": true, + "repository": { + "type" : "git", + "url" : "git@github.com:standardnotes/server.git", + "directory": "packages/scheduler" + }, "description": "Scheduler Server", "main": "dist/src/index.js", "typings": "dist/src/index.d.ts", diff --git a/packages/security/package.json b/packages/security/package.json index f231de47d..eaf175aed 100644 --- a/packages/security/package.json +++ b/packages/security/package.json @@ -16,6 +16,11 @@ "access": "public", "provenance": true }, + "repository": { + "type" : "git", + "url" : "git@github.com:standardnotes/server.git", + "directory": "packages/security" + }, "license": "AGPL-3.0-or-later", "scripts": { "clean": "rm -fr dist", diff --git a/packages/settings/package.json b/packages/settings/package.json index b30abf075..53afe673e 100644 --- a/packages/settings/package.json +++ b/packages/settings/package.json @@ -16,6 +16,11 @@ "access": "public", "provenance": true }, + "repository": { + "type" : "git", + "url" : "git@github.com:standardnotes/server.git", + "directory": "packages/settings" + }, "license": "AGPL-3.0-or-later", "scripts": { "clean": "rm -fr dist", diff --git a/packages/sncrypto-node/package.json b/packages/sncrypto-node/package.json index cf2e41473..bbaa73974 100644 --- a/packages/sncrypto-node/package.json +++ b/packages/sncrypto-node/package.json @@ -17,6 +17,11 @@ "access": "public", "provenance": true }, + "repository": { + "type" : "git", + "url" : "git@github.com:standardnotes/server.git", + "directory": "packages/sncrypto-node" + }, "scripts": { "clean": "rm -fr dist", "build": "tsc --build", diff --git a/packages/syncing-server/package.json b/packages/syncing-server/package.json index ce6231e4f..da10245a1 100644 --- a/packages/syncing-server/package.json +++ b/packages/syncing-server/package.json @@ -7,7 +7,11 @@ "description": "Syncing Server", "main": "dist/src/index.js", "typings": "dist/src/index.d.ts", - "repository": "git@github.com:standardnotes/syncing-server-js.git", + "repository": { + "type" : "git", + "url" : "git@github.com:standardnotes/server.git", + "directory": "packages/syncing-server" + }, "author": "Karol Sójko ", "license": "AGPL-3.0-or-later", "publishConfig": { diff --git a/packages/time/package.json b/packages/time/package.json index 825f8a900..ad2cbe6f0 100644 --- a/packages/time/package.json +++ b/packages/time/package.json @@ -15,6 +15,11 @@ "access": "public", "provenance": true }, + "repository": { + "type" : "git", + "url" : "git@github.com:standardnotes/server.git", + "directory": "packages/time" + }, "author": "Standard Notes", "license": "AGPL-3.0-or-later", "scripts": { diff --git a/packages/websockets/package.json b/packages/websockets/package.json index 7e95d9fc7..fd49a476c 100644 --- a/packages/websockets/package.json +++ b/packages/websockets/package.json @@ -5,6 +5,11 @@ "node": ">=18.0.0 <21.0.0" }, "private": true, + "repository": { + "type" : "git", + "url" : "git@github.com:standardnotes/server.git", + "directory": "packages/websockets" + }, "description": "Websockets Server", "main": "dist/src/index.js", "typings": "dist/src/index.d.ts",