UNPKG

zephyr-events

Version:

Ultra-fast ES2023 event emitter with 889B bundle size and race-condition safety

53 lines (52 loc) 1.17 kB
{ "name": "zephyr-events", "version": "1.1.2", "description": "Ultra-fast ES2023 event emitter with 889B bundle size and race-condition safety", "main": "dist/zephyr-events.js", "module": "dist/zephyr-events.mjs", "types": "dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/zephyr-events.mjs", "require": "./dist/zephyr-events.js" } }, "files": [ "dist", "README.md", "LICENSE" ], "scripts": { "build": "tsc --build && node build.js", "prepublishOnly": "npm run build" }, "repository": { "type": "git", "url": "git+https://github.com/ebogdum/zephyr-events.git" }, "keywords": [ "events", "eventemitter", "emitter", "pubsub", "typescript", "es2023", "fast", "tiny", "performance", "race-condition-safe" ], "homepage": "https://github.com/ebogdum/zephyr-events", "bugs": { "url": "https://github.com/ebogdum/zephyr-events/issues" }, "author": "ebogdum <https://github.com/ebogdum>", "license": "MIT", "engines": { "node": ">=16" }, "devDependencies": { "typescript": "^5.9.2" } }