@expertflow/sdk-for-customer-facing-channels
Version:
NPM Package to install SDK for Chat, WebRTC Audio, and Video Calls that will land on Cisco Contact Center Agents handling calls using Cisco Jabber or similar in any node-based application.
51 lines (50 loc) • 1.43 kB
JSON
{
"name": "@expertflow/sdk-for-customer-facing-channels",
"version": "6.2.0",
"description": "NPM Package to install SDK for Chat, WebRTC Audio, and Video Calls that will land on Cisco Contact Center Agents handling calls using Cisco Jabber or similar in any node-based application.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc && npm run copy-js",
"copy-js": "copyfiles -u 1 src/*.js dist/",
"start": "node dist/index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/expertflow/sdk-for-customer-facing-channels.git"
},
"keywords": [
"sdk",
"customer-facing",
"channels",
"customer",
"widget",
"form",
"react-native",
"expertflow",
"call-center",
"SDK",
"Customer Facing Channels",
"WebRTC",
"JSsip",
"sip",
"chat",
"voice",
"video"
],
"bugs": {
"url": "https://github.com/expertflow/sdk-for-customer-facing-channels.git/issues"
},
"homepage": "https://github.com/expertflow/sdk-for-customer-facing-channels.git#readme",
"author": "Expertflow",
"license": "ISC",
"devDependencies": {
"@types/node": "^22.15.17",
"copyfiles": "^2.4.1",
"typescript": "^5.8.3"
},
"dependencies": {
"socket.io-client": "^4.8.1"
}
}