UNPKG

@unchainedshop/events

Version:

Event emitter abstraction layer for the Unchained Engine

44 lines (43 loc) 1.04 kB
{ "name": "@unchainedshop/events", "description": "Event emitter abstraction layer for the Unchained Engine", "version": "4.8.9", "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": "node --test", "test:watch": "node --test --watch" }, "repository": { "type": "git", "url": "git+https://github.com/unchainedshop/unchained.git" }, "keywords": [ "unchained", "ecommerce", "core" ], "authors": [ "Pascal Kaufmann", "Mikael Araya", "Vedran Rudelj", "Joël Meiller" ], "license": "EUPL-1.2", "bugs": { "url": "https://github.com/unchainedshop/unchained/issues" }, "homepage": "https://github.com/unchainedshop/unchained#readme", "dependencies": { "@unchainedshop/logger": "^4.6.0" }, "devDependencies": { "@types/node": "^25.0.0", "typescript": "^5.8.3" } }