UNPKG

insite-subscriptions-client

Version:

inSite subscriptions client side

37 lines (36 loc) 858 B
{ "name": "insite-subscriptions-client", "version": "2.3.0", "description": "inSite subscriptions client side", "type": "module", "main": "./dist/index.js", "module": "./dist/index.js", "packageManager": "bun@1.2.11", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "bun .conveyer.js", "postbuild": "tsc -p ." }, "repository": { "type": "git", "url": "git+https://github.com/nesvet/insite-subscriptions-client.git" }, "keywords": [ "insite", "publications", "subscriptions", "client" ], "author": "Eugene Nesvetaev <dev@nesvet.dev> (https://nesvet.dev/)", "license": "MIT", "dependencies": { "@nesvet/n": "^1.2.0", "eventemitter3": "^5.0.1", "insite-ws": "^2.3.0" }, "devDependencies": { "@nesvet/conveyer": "^2.5.2", "@nesvet/eslint-config": "^2.1.1", "typescript": "^5.8.3" } }