UNPKG

medusa-event-bus-aws

Version:

A Medusa module for seamless integration with AWS EventBridge, enabling real-time event handling in headless e-commerce applications.

62 lines (61 loc) 1.66 kB
{ "name": "medusa-event-bus-aws", "version": "2.0.0", "description": "A Medusa module for seamless integration with AWS EventBridge, enabling real-time event handling in headless e-commerce applications.", "main": "./dist/index.js", "types": "./dist/index.d.ts", "license": "MIT", "homepage": "https://github.com/ikhvost/medusa-event-bus-aws", "bugs": "https://github.com/ikhvost/medusa-event-bus-aws/issues", "repository": { "type": "git", "url": "https://github.com/ikhvost/medusa-event-bus-aws" }, "author": "Illia Khvost", "keywords": [ "medusa", "aws", "eventbridge", "ecommerce", "headless-commerce", "integration", "plugin", "nodejs", "serverless", "event-driven", "real-time", "medusa-plugin", "medusa-module", "aws-services", "javascript" ], "scripts": { "prebuild": "rimraf dist", "build": "tsc --build", "lint": "eslint \"{src,tests}/**/*.ts\"", "test": "vitest --run" }, "devDependencies": { "@medusajs/framework": "^2.0.1", "@types/node": "^22.8.6", "@typescript-eslint/eslint-plugin": "^6.19.1", "@typescript-eslint/parser": "^6.19.1", "awilix": "^10.0.1", "eslint": "^8.56.0", "eslint-config-standard": "^17.1.0", "eslint-plugin-import": "^2.29.1", "eslint-plugin-n": "^16.6.2", "eslint-plugin-node": "^11.1.0", "eslint-plugin-promise": "^6.1.1", "rimraf": "^5.0.5", "typescript": "^5.3.3", "vitest": "^1.2.1" }, "dependencies": { "@aws-sdk/client-eventbridge": "^3.496.0" }, "peerDependencies": { "@medusajs/framework": "^2.0.0", "awilix": "^10.0.1" } }