{
  "name": "@homer0/events-hub",
  "description": "A simple implementation of a pubsub service for handling events",
  "version": "3.0.14",
  "repository": {
    "type": "git",
    "url": "https://github.com/homer0/packages.git",
    "directory": "packages/public/events-hub"
  },
  "author": "Leonardo Apiwan (@homer0) <me@homer0.com>",
  "license": "MIT",
  "keywords": [
    "events",
    "pubsub",
    "utility",
    "wootils",
    "javascript"
  ],
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "dist/"
  ],
  "devDependencies": {
    "@homer0/eslint-plugin": "12.0.13",
    "@homer0/tsconfig": "2.0.2",
    "jest": "catalog:",
    "ts-jest": "catalog:",
    "tsup": "catalog:",
    "typescript": "catalog:"
  },
  "engine-strict": true,
  "engines": {
    "node": ">=18 <23"
  },
  "main": "./dist/index.js",
  "module": "./dist/esm/index.js",
  "types": "./dist/index.d.ts",
  "scripts": {
    "lint": "eslint .",
    "test": "jest -c ./.jestrc.js",
    "types:check": "tsc --noEmit && tsc --noEmit --project ./tests/tsconfig.json",
    "build": "tsup src/index.ts",
    "prepublishOnly": "pnpm run build"
  },
  "gitHead": "9e804863e566d60148217835a2d5f7556bb57a45"
}
