@unchainedshop/core-events
Version:
This package defines the event module which ensures the emitted events are written to the database as an Event History and offers a core module to search for events.
43 lines (42 loc) • 1 kB
JSON
{
"name": "@unchainedshop/core-events",
"version": "4.0.0-rc.2",
"main": "lib/events-index.js",
"types": "lib/events-index.d.ts",
"type": "module",
"scripts": {
"clean": "tsc -b --clean",
"build": "tsc -b",
"prepublishOnly": "npm run clean && npm run build",
"watch": "tsc -w",
"test": "tsx --test",
"test:watch": "tsx --test --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/unchainedshop/unchained.git"
},
"keywords": [
"unchained",
"ecommerce",
"core"
],
"authors": [
"Joël Meiller",
"Pascal Kaufmann"
],
"license": "EUPL-1.2",
"bugs": {
"url": "https://github.com/unchainedshop/unchained/issues"
},
"homepage": "https://github.com/unchainedshop/unchained#readme",
"dependencies": {
"@unchainedshop/events": "^4.0.0-rc.2",
"@unchainedshop/utils": "^4.0.0-rc.2"
},
"devDependencies": {
"@types/node": "^22.15.3",
"tsx": "^4.19.4",
"typescript": "^5.8.3"
}
}