Skip to main content
Module

x/event_hub/package.json

🚌 This is a minimalist event hub.
Go to Latest
File
{ "name": "@resreq/event-hub", "version": "1.4.2", "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": "jest && make-coverage-badge", "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", "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": "^12.1.4", "@commitlint/config-conventional": "^12.1.4", "@semantic-release/changelog": "^5.0.1", "@semantic-release/git": "^9.0.0", "@types/jest": "^26.0.23", "@typescript-eslint/eslint-plugin": "^4.27.0", "@typescript-eslint/parser": "^4.27.0", "eslint": "^7.28.0", "eslint-config-prettier": "^8.3.0", "eslint-config-standard": "^16.0.3", "eslint-config-standard-with-typescript": "^20.0.0", "eslint-plugin-import": "^2.23.4", "eslint-plugin-jest": "^24.3.6", "eslint-plugin-node": "^11.1.0", "eslint-plugin-prettier": "^3.4.0", "eslint-plugin-promise": "^5.1.0", "husky": "^6.0.0", "jest": "^27.0.4", "make-coverage-badge": "^1.2.0", "prettier": "^2.3.0", "semantic-release": "^17.4.3", "ts-jest": "^27.0.3", "ts-node": "^9.1.1", "typescript": "^4.3.2" }, "publishConfig": { "access": "public" }}