fix: repository config in package.json files

This commit is contained in:
Karol Sójko
2023-11-27 09:53:23 +01:00
parent 3946f56261
commit ed1bf37287
19 changed files with 95 additions and 5 deletions
+5
View File
@@ -13,6 +13,11 @@
"access": "public",
"provenance": true
},
"repository": {
"type" : "git",
"url" : "[email protected]:standardnotes/server.git",
"directory": "packages/analytics"
},
"license": "AGPL-3.0-or-later",
"scripts": {
"clean": "rm -fr dist",
+5 -1
View File
@@ -11,7 +11,11 @@
"dist/src/**/*.js",
"dist/src/**/*.d.ts"
],
"repository": "[email protected]:standardnotes/api-gateway.git",
"repository": {
"type" : "git",
"url" : "[email protected]:standardnotes/server.git",
"directory": "packages/api-gateway"
},
"author": "Karol Sójko <[email protected]>",
"license": "AGPL-3.0-or-later",
"publishConfig": {
+5
View File
@@ -13,6 +13,11 @@
"access": "public",
"provenance": true
},
"repository": {
"type" : "git",
"url" : "[email protected]:standardnotes/server.git",
"directory": "packages/auth"
},
"scripts": {
"clean": "rm -fr dist",
"setup:env": "cp .env.sample .env",
+5
View File
@@ -16,6 +16,11 @@
"access": "public",
"provenance": true
},
"repository": {
"type" : "git",
"url" : "[email protected]:standardnotes/server.git",
"directory": "packages/common"
},
"license": "AGPL-3.0-or-later",
"scripts": {
"clean": "rm -fr dist",
+5
View File
@@ -15,6 +15,11 @@
"access": "public",
"provenance": true
},
"repository": {
"type" : "git",
"url" : "[email protected]:standardnotes/server.git",
"directory": "packages/domain-core"
},
"author": "Standard Notes",
"license": "AGPL-3.0-or-later",
"scripts": {
@@ -15,6 +15,11 @@
"access": "public",
"provenance": true
},
"repository": {
"type" : "git",
"url" : "[email protected]:standardnotes/server.git",
"directory": "packages/domain-events-infra"
},
"author": "Standard Notes",
"license": "AGPL-3.0-or-later",
"scripts": {
+5
View File
@@ -15,6 +15,11 @@
"access": "public",
"provenance": true
},
"repository": {
"type" : "git",
"url" : "[email protected]:standardnotes/server.git",
"directory": "packages/domain-events"
},
"author": "Standard Notes",
"license": "AGPL-3.0-or-later",
"scripts": {
+5 -1
View File
@@ -7,7 +7,11 @@
"description": "Standard Notes Files Server",
"main": "dist/src/index.js",
"typings": "dist/src/index.d.ts",
"repository": "[email protected]:standardnotes/files.git",
"repository": {
"type" : "git",
"url" : "[email protected]:standardnotes/server.git",
"directory": "packages/files"
},
"authors": [
"Karol Sójko <[email protected]>"
],
+5
View File
@@ -16,6 +16,11 @@
"access": "public",
"provenance": true
},
"repository": {
"type" : "git",
"url" : "[email protected]:standardnotes/server.git",
"directory": "packages/grpc"
},
"license": "AGPL-3.0-or-later",
"scripts": {
"clean": "rm -fr dist",
+5 -1
View File
@@ -7,7 +7,11 @@
"description": "Standard Notes Home Server",
"main": "dist/src/index.js",
"typings": "dist/src/index.d.ts",
"repository": "[email protected]:standardnotes/server.git",
"repository": {
"type" : "git",
"url" : "[email protected]:standardnotes/server.git",
"directory": "packages/home-server"
},
"author": "Karol Sójko <[email protected]>",
"publishConfig": {
"access": "public",
+5
View File
@@ -16,6 +16,11 @@
"access": "public",
"provenance": true
},
"repository": {
"type" : "git",
"url" : "[email protected]:standardnotes/server.git",
"directory": "packages/predicates"
},
"license": "AGPL-3.0-or-later",
"scripts": {
"clean": "rm -fr dist",
+5 -1
View File
@@ -7,7 +7,11 @@
"description": "Revisions Server",
"main": "dist/src/index.js",
"typings": "dist/src/index.d.ts",
"repository": "[email protected]:standardnotes/server.git",
"repository": {
"type" : "git",
"url" : "[email protected]:standardnotes/server.git",
"directory": "packages/revisions"
},
"author": "Karol Sójko <[email protected]>",
"license": "AGPL-3.0-or-later",
"publishConfig": {
+5
View File
@@ -5,6 +5,11 @@
"node": ">=18.0.0 <21.0.0"
},
"private": true,
"repository": {
"type" : "git",
"url" : "[email protected]:standardnotes/server.git",
"directory": "packages/scheduler"
},
"description": "Scheduler Server",
"main": "dist/src/index.js",
"typings": "dist/src/index.d.ts",
+5
View File
@@ -16,6 +16,11 @@
"access": "public",
"provenance": true
},
"repository": {
"type" : "git",
"url" : "[email protected]:standardnotes/server.git",
"directory": "packages/security"
},
"license": "AGPL-3.0-or-later",
"scripts": {
"clean": "rm -fr dist",
+5
View File
@@ -16,6 +16,11 @@
"access": "public",
"provenance": true
},
"repository": {
"type" : "git",
"url" : "[email protected]:standardnotes/server.git",
"directory": "packages/settings"
},
"license": "AGPL-3.0-or-later",
"scripts": {
"clean": "rm -fr dist",
+5
View File
@@ -17,6 +17,11 @@
"access": "public",
"provenance": true
},
"repository": {
"type" : "git",
"url" : "[email protected]:standardnotes/server.git",
"directory": "packages/sncrypto-node"
},
"scripts": {
"clean": "rm -fr dist",
"build": "tsc --build",
+5 -1
View File
@@ -7,7 +7,11 @@
"description": "Syncing Server",
"main": "dist/src/index.js",
"typings": "dist/src/index.d.ts",
"repository": "[email protected]:standardnotes/syncing-server-js.git",
"repository": {
"type" : "git",
"url" : "[email protected]:standardnotes/server.git",
"directory": "packages/syncing-server"
},
"author": "Karol Sójko <[email protected]>",
"license": "AGPL-3.0-or-later",
"publishConfig": {
+5
View File
@@ -15,6 +15,11 @@
"access": "public",
"provenance": true
},
"repository": {
"type" : "git",
"url" : "[email protected]:standardnotes/server.git",
"directory": "packages/time"
},
"author": "Standard Notes",
"license": "AGPL-3.0-or-later",
"scripts": {
+5
View File
@@ -5,6 +5,11 @@
"node": ">=18.0.0 <21.0.0"
},
"private": true,
"repository": {
"type" : "git",
"url" : "[email protected]:standardnotes/server.git",
"directory": "packages/websockets"
},
"description": "Websockets Server",
"main": "dist/src/index.js",
"typings": "dist/src/index.d.ts",