39 lines
911 B
JSON
39 lines
911 B
JSON
{
|
|
"name": "@medusajs/event-bus-local",
|
|
"version": "1.9.7",
|
|
"description": "Local Event Bus Module for Medusa",
|
|
"main": "dist/index.js",
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/medusajs/medusa",
|
|
"directory": "packages/event-bus-local"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"author": "Medusa",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@medusajs/types": "^1.11.5",
|
|
"cross-env": "^5.2.1",
|
|
"jest": "^29.6.3",
|
|
"rimraf": "^5.0.1",
|
|
"ts-jest": "^29.1.1",
|
|
"typescript": "^5.1.6"
|
|
},
|
|
"scripts": {
|
|
"watch": "tsc --build --watch",
|
|
"prepublishOnly": "cross-env NODE_ENV=production tsc --build",
|
|
"build": "rimraf dist && tsc --build",
|
|
"test": "jest --passWithNoTests"
|
|
},
|
|
"dependencies": {
|
|
"@medusajs/modules-sdk": "^1.12.2",
|
|
"@medusajs/utils": "^1.9.2",
|
|
"ulid": "^2.3.0"
|
|
}
|
|
}
|