@ssv/signalr-client
Version:
SignalR client library built on top of @microsoft/signalr. This gives you more features and easier to use.
70 lines • 1.86 kB
JSON
{
"name": "@ssv/signalr-client",
"version": "5.1.0",
"versionSuffix": "",
"description": "SignalR client library built on top of @microsoft/signalr. This gives you more features and easier to use.",
"homepage": "https://github.com/sketch7/signalr-client",
"keywords": [
"sketch7",
"signalr",
"signalr-client",
"realtime",
"push",
"ws",
"websockets",
"streams",
"rxjs",
"real-time",
"angular",
"aurelia",
"vue",
"react"
],
"scripts": {
"start": "nx build --watch",
"build": "nx build",
"lint": "nx lint",
"test": "nx test",
"tdd": "vitest --ui",
"__CI__": "",
"_pre-release-build": "echo hook for pre-release-build",
"release": "npm publish ./dist --access=public"
},
"author": "Stephen Lautier <stephen.lautier@outlook.com>, Clayton Lautier <clayton.lautier@outlook.com>",
"license": "MIT",
"private": false,
"repository": {
"type": "git",
"url": "git+https://github.com/sketch7/signalr-client.git"
},
"peerDependencies": {
"@microsoft/signalr": ">=7.0.0",
"rxjs": ">=6.0.0"
},
"devDependencies": {
"@nx/eslint": "19.7.2",
"@nx/eslint-plugin": "19.7.2",
"@nx/js": "19.7.2",
"@nx/rollup": "19.7.2",
"@nx/vite": "19.7.2",
"@nx/workspace": "19.7.2",
"@ssv/tools": "^0.10.4",
"@types/node": "18.16.9",
"@typescript-eslint/eslint-plugin": "7.16.0",
"@typescript-eslint/parser": "7.16.0",
"@vitest/coverage-v8": "^1.0.4",
"@vitest/ui": "^1.3.1",
"eslint": "8.57.0",
"eslint-config-prettier": "9.0.0",
"nx": "19.7.2",
"prettier": "^2.6.2",
"rxjs": "^7.8.1",
"typescript": "5.5.4",
"vite": "^5.0.0",
"vitest": "^1.3.1"
},
"typings": "./src/index.d.ts",
"module": "./index.esm.js",
"main": "./index.cjs.js",
"types": "./index.esm.d.ts"
}