wa-chat-server-microsoft
Version:
wa-chat-server adapter for the Microsoft Bot Framework
51 lines (50 loc) • 1.32 kB
JSON
{
"name": "wa-chat-server-microsoft",
"version": "0.2.2",
"description": "wa-chat-server adapter for the Microsoft Bot Framework",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"build": "tsc",
"dev": "tsc -w --diagnostics",
"lint": "eslint --ext .ts src demo",
"test": "jest --verbose",
"coverage": "jest --verbose --coverage=true"
},
"author": "IBM AI CoE Prague",
"license": "ISC",
"devDependencies": {
"@types/express": "^4.17.3",
"@types/jest": "^25.1.4",
"@types/node": "^12.12.30",
"@types/socket.io": "^2.1.4",
"@typescript-eslint/eslint-plugin": "^2.23.0",
"eslint": "^6.8.0",
"eslint-config-airbnb": "^18.0.1",
"eslint-config-prettier": "^6.10.0",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-prettier": "^3.1.2",
"jest": "^25.5.4",
"nodemon": "^2.0.2",
"prettier": "^1.19.1",
"ts-jest": "^25.2.1",
"ts-loader": "^4.5.0",
"ts-node": "^8.6.2",
"typescript": "^3.8.2"
},
"dependencies": {
"botbuilder": "^4.10.4",
"turndown": "^7.0.0",
"wa-chat-server": "^0.6.2"
},
"repository": {
"type": "git",
"url": "git@github.ibm.com:AI-CoE-Prague/wa-chat-server-microsoft.git"
},
"keywords": [
"Watson",
"Chat",
"Server",
"Microsoft"
]
}