@solace-community/angular-solace-message-client
Version:
Message client to communicate with a Solace messaging broker for sending and receiving messages using the native SMF protocol (Solace Message Format) over web socket. The library is designed to be used in Angular applications.
52 lines • 1.62 kB
JSON
{
"name": "@solace-community/angular-solace-message-client",
"version": "21.0.0",
"description": "Message client to communicate with a Solace messaging broker for sending and receiving messages using the native SMF protocol (Solace Message Format) over web socket. The library is designed to be used in Angular applications.",
"license": "MIT",
"private": false,
"publishConfig": {
"access": "public"
},
"homepage": "https://github.com/solacecommunity/angular-solace-message-client",
"bugs": {
"url": "https://github.com/solacecommunity/angular-solace-message-client/issues"
},
"author": {
"name": "Solace Community contributors"
},
"peerDependencies": {
"@angular/common": "^21.0.0",
"@angular/core": "^21.0.0",
"@scion/toolkit": "^2.0.0",
"rxjs": "^7.8.0",
"solclientjs": "^10.18.0"
},
"dependencies": {
"tslib": "^2.5.0"
},
"keywords": [
"angular-solace-message-client",
"solace",
"message client",
"messaging",
"SMF",
"Solace Message Format",
"angular"
],
"repository": {
"type": "git",
"url": "https://github.com/solacecommunity/angular-solace-message-client.git"
},
"sideEffects": false,
"module": "fesm2022/solace-community-angular-solace-message-client.mjs",
"typings": "types/solace-community-angular-solace-message-client.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./types/solace-community-angular-solace-message-client.d.ts",
"default": "./fesm2022/solace-community-angular-solace-message-client.mjs"
}
}
}