UNPKG

@microsoft/omnichannel-chat-sdk

Version:
68 lines (67 loc) 1.92 kB
{ "name": "@microsoft/omnichannel-chat-sdk", "version": "2.0.0-main.b82e941", "description": "Microsoft Omnichannel Chat SDK", "files": [ "lib/**/*" ], "engines": { "node": ">=22.12.0" }, "main": "lib/index.js", "types": "lib/index.d.ts", "scripts": { "build:tsc": "tsc", "postbuild:tsc": "node ./scripts/copy_files.js", "prebuild:tsc": "eslint src --ext .ts", "test": "npm run test:jsdom && npm run test:node", "test:jsdom": "jest --config jest.config.jsdom.js --verbose", "test:node": "jest --config jest.config.node.js --verbose", "watch": "tsc --watch", "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/core-js": "^2.5.5", "@types/jest": "^29.1.2", "@typescript-eslint/eslint-plugin": "^8.18.2", "@typescript-eslint/parser": "^8.18.2", "eslint": "^9.26.0", "globals": "^15.14.0", "jest": "^29.7.0", "jest-environment-jsdom": "^29.7.0", "ts-jest": "^29.2.5", "typescript": "^5.4.2" }, "dependencies": { "@azure/communication-chat": "1.6.0-beta.7", "@azure/communication-common": "2.4.2", "@microsoft/botframework-webchat-adapter-azure-communication-chat": "0.0.1-beta.8", "@microsoft/ocsdk": "0.6.0-main.dcb2d46", "@microsoft/omnichannel-amsclient": "0.2.0-main.3e03701", "@microsoft/omnichannel-ic3core": "^0.1.5" }, "overrides": { "@babel/helpers": "^7.29.7", "@babel/runtime": "^7.29.7", "axios": "1.19.0", "follow-redirects": "1.16.0", "form-data": "4.0.6", "js-yaml": "^4.1.0" } }