Installation
How to install @qubic.org/events and its required peer dependencies.
@qubic.org/events is used alongside @qubic.org/bob. Install both together:
bun add @qubic.org/events @qubic.org/bobnpm install @qubic.org/events @qubic.org/bobpnpm add @qubic.org/events @qubic.org/bobPeer dependencies
| Package | Required | Purpose |
|---|---|---|
@qubic.org/bob | yes | WebSocket connection and raw event log delivery |
@qubic.org/types | yes | Branded identity and type primitives |
bun add @qubic.org/typesnpm install @qubic.org/typespnpm add @qubic.org/typesThe package is published as ESM only. CommonJS (require) is not supported. Use "type": "module" in your package.json or a bundler that handles ESM imports.