2020-09-15 23:09:11 +03:00
|
|
|
{
|
|
|
|
"name": "@microsoft/omnichannel-chat-sdk",
|
2021-10-08 10:09:50 +03:00
|
|
|
"version": "1.0.1-0",
|
2020-09-15 23:09:11 +03:00
|
|
|
"description": "Microsoft Omnichannel Chat SDK",
|
2021-02-17 21:35:54 +03:00
|
|
|
"files": [
|
|
|
|
"lib/**/*"
|
|
|
|
],
|
2020-09-15 23:09:11 +03:00
|
|
|
"main": "lib/index.js",
|
|
|
|
"types": "lib/index.d.ts",
|
|
|
|
"scripts": {
|
2021-04-08 14:40:52 +03:00
|
|
|
"build:tsc": "tsc && cp -r src/external/aria lib/external/",
|
2020-12-11 06:48:07 +03:00
|
|
|
"test": "jest",
|
|
|
|
"lint": "eslint src --ext .ts"
|
2020-09-15 23:09:11 +03:00
|
|
|
},
|
|
|
|
"author": "Microsoft Corporation",
|
|
|
|
"license": "MIT",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2020-09-16 00:58:41 +03:00
|
|
|
"url": "https://github.com/microsoft/omnichannel-chat-sdk"
|
2020-09-15 23:09:11 +03:00
|
|
|
},
|
2020-09-16 00:58:41 +03:00
|
|
|
"homepage": "https://github.com/microsoft/omnichannel-chat-sdk#readme",
|
|
|
|
"keywords": [
|
|
|
|
"SDK",
|
|
|
|
"chat",
|
|
|
|
"livechat",
|
|
|
|
"support",
|
|
|
|
"bot",
|
|
|
|
"headless",
|
|
|
|
"customer"
|
|
|
|
],
|
2020-09-15 23:09:11 +03:00
|
|
|
"devDependencies": {
|
2021-10-08 01:31:23 +03:00
|
|
|
"@types/core-js": "^2.5.5",
|
2021-09-01 02:29:38 +03:00
|
|
|
"@types/jest": "^27.0.1",
|
2021-09-01 00:28:06 +03:00
|
|
|
"@typescript-eslint/eslint-plugin": "^4.30.0",
|
|
|
|
"@typescript-eslint/parser": "^4.30.0",
|
|
|
|
"eslint": "^7.32.0",
|
2021-09-01 02:29:38 +03:00
|
|
|
"jest": "^27.1.0",
|
|
|
|
"ts-jest": "^27.0.5",
|
2021-09-01 00:28:06 +03:00
|
|
|
"typescript": "^3.9.10"
|
2020-09-15 23:09:11 +03:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2022-01-04 22:21:51 +03:00
|
|
|
"@azure/communication-chat": "1.1.1",
|
2021-10-08 01:31:23 +03:00
|
|
|
"@azure/communication-common": "1.1.0",
|
2021-09-24 23:48:45 +03:00
|
|
|
"@microsoft/ocsdk": "^0.3.0",
|
2021-10-08 01:31:23 +03:00
|
|
|
"@microsoft/omnichannel-amsclient": "^0.1.0",
|
2021-09-28 22:01:44 +03:00
|
|
|
"@microsoft/omnichannel-ic3core": "^0.1.2"
|
2020-09-15 23:09:11 +03:00
|
|
|
}
|
|
|
|
}
|