UNPKG

1.24 kBJSONView Raw
1{
2 "name": "@microsoft/omnichannel-chat-sdk",
3 "version": "1.7.1-main.0c4c9c6",
4 "description": "Microsoft Omnichannel Chat SDK",
5 "files": [
6 "lib/**/*"
7 ],
8 "main": "lib/index.js",
9 "types": "lib/index.d.ts",
10 "scripts": {
11 "build:tsc": "tsc && cp -r src/external/aria lib/external/",
12 "test": "jest",
13 "lint": "eslint src --ext .ts"
14 },
15 "author": "Microsoft Corporation",
16 "license": "MIT",
17 "repository": {
18 "type": "git",
19 "url": "https://github.com/microsoft/omnichannel-chat-sdk"
20 },
21 "homepage": "https://github.com/microsoft/omnichannel-chat-sdk#readme",
22 "keywords": [
23 "SDK",
24 "chat",
25 "livechat",
26 "support",
27 "bot",
28 "headless",
29 "customer"
30 ],
31 "devDependencies": {
32 "@types/core-js": "^2.5.5",
33 "@types/jest": "^27.0.1",
34 "@typescript-eslint/eslint-plugin": "^4.30.0",
35 "@typescript-eslint/parser": "^4.30.0",
36 "eslint": "^7.32.0",
37 "jest": "^27.1.0",
38 "ts-jest": "^27.0.5",
39 "typescript": "^3.9.10"
40 },
41 "dependencies": {
42 "@azure/communication-chat": "1.1.1",
43 "@azure/communication-common": "1.1.0",
44 "@microsoft/ocsdk": "^0.4.3",
45 "@microsoft/omnichannel-amsclient": "^0.1.6",
46 "@microsoft/omnichannel-ic3core": "^0.1.3"
47 }
48}