38 lines
1.0 KiB
JSON
38 lines
1.0 KiB
JSON
{
|
|
"name": "@medusajs/event-bus-local",
|
|
"version": "2.12.1",
|
|
"description": "Local Event Bus Module for Medusa",
|
|
"main": "dist/index.js",
|
|
"files": [
|
|
"dist",
|
|
"!dist/**/__tests__",
|
|
"!dist/**/__mocks__",
|
|
"!dist/**/__fixtures__"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/medusajs/medusa",
|
|
"directory": "packages/modules/event-bus-local"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"engines": {
|
|
"node": ">=20"
|
|
},
|
|
"author": "Medusa",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@medusajs/framework": "2.12.1"
|
|
},
|
|
"scripts": {
|
|
"watch": "yarn run -T tsc --build --watch",
|
|
"build": "yarn run -T rimraf dist && yarn run -T tsc --build",
|
|
"test": "../../../node_modules/.bin/jest --passWithNoTests",
|
|
"test:integration": "../../../node_modules/.bin/jest --passWithNoTests --no-cache --bail --detectOpenHandles --forceExit --logHeapUsage --testPathPattern=\"integration-tests/__tests__/.*\\.spec\\.ts\""
|
|
},
|
|
"peerDependencies": {
|
|
"@medusajs/framework": "2.12.1"
|
|
}
|
|
}
|