diff --git a/package.json b/package.json index 71d6b49..0e08926 100644 --- a/package.json +++ b/package.json @@ -16,9 +16,19 @@ "url": "https://github.com/mbc-net/mbc-cqrs-serverless.git" }, "keywords": [ - "MBC", - "CQRS", - "Serverless" + "mbc", + "cqrs", + "serverless", + "framework", + "event-driven", + "backend", + "aws", + "lambda", + "ecs", + "fargate", + "step-functions", + "sqs", + "typpescript" ], "author": "Murakami Business Consulting, Inc.", "license": "MIT", diff --git a/packages/cli/package.json b/packages/cli/package.json index 5ce2cff..2e4b6b4 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -3,9 +3,19 @@ "version": "0.1.18-beta.0", "description": "a CLI to get started with MBC CQRS serverless framework", "keywords": [ - "MBC", - "CQRS", - "Serverless" + "mbc", + "cqrs", + "serverless", + "framework", + "event-driven", + "backend", + "aws", + "lambda", + "ecs", + "fargate", + "step-functions", + "sqs", + "typpescript" ], "bin": { "mbc": "./dist/index.js" diff --git a/packages/core/package.json b/packages/core/package.json index 1569ee0..091ce26 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -3,9 +3,19 @@ "version": "0.1.18-beta.0", "description": "CQRS and event base core", "keywords": [ - "MBC", - "CQRS", - "Serverless" + "mbc", + "cqrs", + "serverless", + "framework", + "event-driven", + "backend", + "aws", + "lambda", + "ecs", + "fargate", + "step-functions", + "sqs", + "typpescript" ], "main": "./dist/index.js", "types": "./dist/index.d.ts", diff --git a/packages/sequence/package.json b/packages/sequence/package.json index 9e75677..ac67e45 100644 --- a/packages/sequence/package.json +++ b/packages/sequence/package.json @@ -3,9 +3,19 @@ "version": "0.1.18-beta.0", "description": "Generate increment sequence with time-rotation", "keywords": [ - "MBC", - "CQRS", - "Serverless" + "mbc", + "cqrs", + "serverless", + "framework", + "event-driven", + "backend", + "aws", + "lambda", + "ecs", + "fargate", + "step-functions", + "sqs", + "typpescript" ], "main": "./dist/index.js", "types": "./dist/index.d.ts", diff --git a/packages/task/package.json b/packages/task/package.json index 42ed98a..242e287 100644 --- a/packages/task/package.json +++ b/packages/task/package.json @@ -3,9 +3,19 @@ "version": "0.1.18-beta.0", "description": "long-running task", "keywords": [ - "MBC", - "CQRS", - "Serverless" + "mbc", + "cqrs", + "serverless", + "framework", + "event-driven", + "backend", + "aws", + "lambda", + "ecs", + "fargate", + "step-functions", + "sqs", + "typpescript" ], "main": "./dist/index.js", "types": "./dist/index.d.ts", diff --git a/packages/ui-setting/package.json b/packages/ui-setting/package.json index cbb93cf..a2e6dd2 100644 --- a/packages/ui-setting/package.json +++ b/packages/ui-setting/package.json @@ -3,9 +3,20 @@ "version": "0.1.18-beta.0", "description": "Setting master data", "keywords": [ - "MBC", - "CQRS", - "Serverless" + "mbc", + "cqrs", + "serverless", + "framework", + "event-driven", + "backend", + "aws", + "lambda", + "ecs", + "fargate", + "step-functions", + "sqs", + "typpescript" + ], "main": "./dist/index.js", "types": "./dist/index.d.ts",