Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/event_hub/package.json

🚌 This is a minimalist event hub.
Latest
File
{ "name": "@resreq/event-hub", "version": "1.6.0", "description": "This is a minimalist event hub.", "main": "dist/index.js", "type": "module", "types": "dist/types/index.d.ts", "scripts": { "dev": "tsc --watch", "build": "npm run clean && tsc", "test": "vitest", "tsc": "tsc --noEmit", "lint": "eslint src __tests__ --ext .js,.ts --cache --fix", "clean": "rm -rf dist", "prepare": "husky install" }, "repository": { "type": "git", "url": "https://github.com/molvqingtai/event-hub.git" }, "keywords": [ "event-hub", "event-bus", "bus", "hub", "event", "emitter", "trigger", "dispatch", "listener" ], "author": "molvqingtai", "license": "MIT", "bugs": { "url": "https://github.com/molvqingtai/event-hub/issues" }, "homepage": "https://github.com/molvqingtai/event-hub#readme", "devDependencies": { "@commitlint/cli": "^17.4.2", "@commitlint/config-conventional": "^17.4.2", "@semantic-release/changelog": "^6.0.2", "@semantic-release/git": "^10.0.1", "@typescript-eslint/eslint-plugin": "^5.51.0", "@typescript-eslint/parser": "^5.51.0", "@vitest/coverage-c8": "^0.28.4", "eslint": "^8.33.0", "eslint-config-prettier": "^8.6.0", "eslint-config-standard": "^17.0.0", "eslint-config-standard-with-typescript": "^34.0.0", "eslint-plugin-import": "^2.27.5", "eslint-plugin-n": "^15.6.1", "eslint-plugin-node": "^11.1.0", "eslint-plugin-prettier": "^4.2.1", "eslint-plugin-promise": "^6.1.1", "husky": "^8.0.3", "prettier": "^2.8.4", "semantic-release": "^20.1.0", "typescript": "^4.9.5", "vitest": "^0.28.4" }, "publishConfig": { "access": "public" }}