From 5defc9c212f617905f03625dd9d2a03cff4e6282 Mon Sep 17 00:00:00 2001 From: Koichi Murakami Date: Thu, 24 Oct 2024 18:50:14 +0900 Subject: [PATCH] Add keywords to package.json for all packages Added "MBC", "CQRS", and "Serverless" keywords to the package.json files across multiple packages. This should improve discoverability and categorization of the packages in the ecosystem. --- README.md | 2 +- package.json | 1 + packages/cli/package.json | 5 +++++ packages/core/package.json | 5 +++++ packages/sequence/package.json | 5 +++++ packages/task/package.json | 5 +++++ packages/ui-setting/package.json | 5 +++++ 7 files changed, 27 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 803e170..7392209 100644 --- a/README.md +++ b/README.md @@ -93,5 +93,5 @@ $ npm run release - Serverless framework: https://www.serverless.com/framework/docs ## License -Copyright © 2024, Murakami Business Consulting, Inc. https://www.mbc-net.com/ +Copyright © 2024, Murakami Business Consulting, Inc. https://www.mbc-net.com/ This project and sub projects are under the MIT License. \ No newline at end of file diff --git a/package.json b/package.json index 3cd777b..71d6b49 100644 --- a/package.json +++ b/package.json @@ -16,6 +16,7 @@ "url": "https://github.com/mbc-net/mbc-cqrs-serverless.git" }, "keywords": [ + "MBC", "CQRS", "Serverless" ], diff --git a/packages/cli/package.json b/packages/cli/package.json index 275c3a0..66d0c56 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -2,6 +2,11 @@ "name": "@mbc-cqrs-serverless/cli", "version": "0.1.17-beta.0", "description": "a CLI to get started with MBC CQRS serverless framework", + "keywords": [ + "MBC", + "CQRS", + "Serverless" + ], "bin": { "mbc": "./dist/index.js" }, diff --git a/packages/core/package.json b/packages/core/package.json index 4d5eb44..a039e80 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -2,6 +2,11 @@ "name": "@mbc-cqrs-serverless/core", "version": "0.1.17-beta.0", "description": "CQRS and event base core", + "keywords": [ + "MBC", + "CQRS", + "Serverless" + ], "main": "./dist/index.js", "types": "./dist/index.d.ts", "files": [ diff --git a/packages/sequence/package.json b/packages/sequence/package.json index b94ea31..f028dae 100644 --- a/packages/sequence/package.json +++ b/packages/sequence/package.json @@ -2,6 +2,11 @@ "name": "@mbc-cqrs-serverless/sequence", "version": "0.1.17-beta.0", "description": "Generate increment sequence with time-rotation", + "keywords": [ + "MBC", + "CQRS", + "Serverless" + ], "main": "./dist/index.js", "types": "./dist/index.d.ts", "files": [ diff --git a/packages/task/package.json b/packages/task/package.json index cb8926a..42f66fc 100644 --- a/packages/task/package.json +++ b/packages/task/package.json @@ -2,6 +2,11 @@ "name": "@mbc-cqrs-serverless/task", "version": "0.1.17-beta.0", "description": "long-running task", + "keywords": [ + "MBC", + "CQRS", + "Serverless" + ], "main": "./dist/index.js", "types": "./dist/index.d.ts", "files": [ diff --git a/packages/ui-setting/package.json b/packages/ui-setting/package.json index 6056699..bf8bfe6 100644 --- a/packages/ui-setting/package.json +++ b/packages/ui-setting/package.json @@ -2,6 +2,11 @@ "name": "@mbc-cqrs-serverless/ui-setting", "version": "0.1.17-beta.0", "description": "Setting master data", + "keywords": [ + "MBC", + "CQRS", + "Serverless" + ], "main": "./dist/index.js", "types": "./dist/index.d.ts", "files": [