UNPKG

@stacksjs/events

Version:
41 lines (40 loc) 1.11 kB
{ "name": "@stacksjs/events", "type": "module", "version": "0.70.23", "description": "Functional event emitting.", "author": "Chris Breuer", "contributors": ["Chris Breuer <chris@stacksjs.org>"], "license": "MIT", "funding": "https://github.com/sponsors/chrisbbreuer", "homepage": "https://github.com/stacksjs/stacks/tree/main/storage/framework/core/events#readme", "repository": { "type": "git", "url": "git+https://github.com/stacksjs/stacks.git", "directory": "./storage/framework/core/events" }, "bugs": { "url": "https://github.com/stacksjs/stacks/issues" }, "keywords": ["events", "functional", "functions", "mitt", "stacks"], "exports": { ".": { "import": "./dist/index.js" }, "./*": { "import": "./dist/*" } }, "module": "dist/index.js", "types": "dist/index.d.ts", "files": ["README.md", "dist"], "scripts": { "build": "bun build.ts", "typecheck": "bun tsc --noEmit", "test": "bun test.ts", "prepublishOnly": "bun run build" }, "devDependencies": { "@stacksjs/development": "0.70.22" } }