Skip to content

Commit

Permalink
Update keywords in package.json files
Browse files Browse the repository at this point in the history
Standardize the keywords in multiple package.json files for better consistency and searchability. Added keywords related to AWS services and corrected case sensitivity.
  • Loading branch information
koichimurakami committed Oct 24, 2024
1 parent 9bb56ce commit aec65cc
Show file tree
Hide file tree
Showing 6 changed files with 79 additions and 18 deletions.
16 changes: 13 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
16 changes: 13 additions & 3 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
16 changes: 13 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
16 changes: 13 additions & 3 deletions packages/sequence/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
16 changes: 13 additions & 3 deletions packages/task/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
17 changes: 14 additions & 3 deletions packages/ui-setting/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit aec65cc

Please sign in to comment.