UNPKG

insite-subscriptions-client

Version:

Client-side subscriptions/publications for inSite

51 lines (50 loc) 1.2 kB
{ "name": "insite-subscriptions-client", "version": "2.4.0", "description": "Client-side subscriptions/publications for inSite", "keywords": [ "insite", "subscriptions", "publications", "client" ], "homepage": "https://github.com/nesvet/insite#readme", "bugs": { "url": "https://github.com/nesvet/insite/issues" }, "repository": { "type": "git", "url": "https://github.com/nesvet/insite.git", "directory": "packages/subscriptions-client" }, "funding": { "type": "patreon", "url": "https://www.patreon.com/nesvet" }, "license": "MIT", "author": "Eugene Nesvetaev <dev@nesvet.dev> (https://nesvet.dev/)", "type": "module", "main": "./dist/index.js", "module": "./dist/index.js", "files": [ "dist", "README.md", "LICENSE" ], "scripts": { "build": "bun .conveyer.js", "postbuild": "tsc -p .", "clean": "rm -rf dist", "test": "echo \"Error: no test specified\" && exit 1", "typecheck": "tsc --noEmit" }, "dependencies": { "@nesvet/n": "^1.2.1", "eventemitter3": "^5.0.4", "insite-ws": "^2.4.0" }, "packageManager": "bun@1.3.9", "engines": { "node": ">=20.0.0" } }