@microsoft/omnichannel-chat-sdk
Version:
Microsoft Omnichannel Chat SDK
45 lines (44 loc) • 1.03 kB
JSON
{
"name": "@microsoft/omnichannel-chat-sdk",
"version": "0.1.1-main.67e5368",
"description": "Microsoft Omnichannel Chat SDK",
"files": [
"lib/**/*"
],
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"build:tsc": "tsc",
"test": "jest",
"lint": "eslint src --ext .ts"
},
"author": "Microsoft Corporation",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/microsoft/omnichannel-chat-sdk"
},
"homepage": "https://github.com/microsoft/omnichannel-chat-sdk#readme",
"keywords": [
"SDK",
"chat",
"livechat",
"support",
"bot",
"headless",
"customer"
],
"devDependencies": {
"@types/jest": "^26.0.10",
"@typescript-eslint/eslint-plugin": "^4.9.1",
"@typescript-eslint/parser": "^4.9.1",
"eslint": "^7.15.0",
"jest": "^26.6.3",
"ts-jest": "^26.5.1",
"typescript": "^3.9.5"
},
"dependencies": {
"@microsoft/ocsdk": "^0.1.1",
"@microsoft/omnichannel-ic3core": "^0.1.1"
}
}