UNPKG

@anycable/core

Version:

AnyCable JavaScript client library core functionality

29 lines (28 loc) 619 B
{ "name": "@anycable/core", "version": "1.1.6", "description": "AnyCable JavaScript client library core functionality", "keywords": [ "anycable", "client", "websocket" ], "engines": { "node": ">=18.0.0" }, "homepage": "https://anycable.io/", "repository": "https://github.com/anycable/anycable-client", "author": "Vladimir Dementyev", "license": "MIT", "sideEffects": false, "main": "index.js", "type": "module", "types": "./index.d.ts", "exports": { ".": "./index.js", "./package.json": "./package.json" }, "dependencies": { "nanoevents": "^9.1.0" } }