@unchainedshop/events
Version:
This package contains business logic for the event emitter abstraction layer
42 lines (41 loc) • 955 B
JSON
{
"name": "@unchainedshop/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/logger": "^4.0.0-rc.2"
},
"devDependencies": {
"@types/node": "^22.15.3",
"tsx": "^4.19.4",
"typescript": "^5.8.3"
}
}