{
  "name": "@teambit/pubsub",
  "version": "1.0.1078",
  "homepage": "https://bit.cloud/teambit/harmony/pubsub",
  "main": "dist/index.js",
  "componentId": {
    "scope": "teambit.harmony",
    "name": "pubsub",
    "version": "1.0.1078"
  },
  "dependencies": {
    "eventemitter2": "6.4.4",
    "penpal": "6.2.2",
    "@teambit/harmony": "0.4.12",
    "@teambit/cli": "0.0.1356",
    "@teambit/ui": "1.0.1078"
  },
  "devDependencies": {
    "@types/mocha": "9.1.0",
    "@teambit/ui-foundation.ui.is-browser": "0.0.500",
    "@teambit/harmony.envs.core-aspect-env": "2.0.0",
    "@teambit/preview": "1.0.1078"
  },
  "peerDependencies": {
    "react": "^17.0.0 || ^18.0.0 || ^19.0.0"
  },
  "license": "Apache-2.0",
  "optionalDependencies": {},
  "peerDependenciesMeta": {},
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "node": {
        "require": "./dist/index.js",
        "import": "./dist/esm.mjs"
      },
      "default": "./dist/index.js"
    },
    "./dist/*": "./dist/*",
    "./artifacts/*": "./artifacts/*"
  },
  "private": false,
  "engines": {
    "node": ">=16.0.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/teambit/bit"
  },
  "keywords": [
    "bit",
    "bit-aspect",
    "bit-core-aspect",
    "components",
    "collaboration",
    "web"
  ]
}