wa-chat-server-mluvii
Version:
Mluvii adapter for the modules wa-chat-server
52 lines (51 loc) • 1.32 kB
JSON
{
"name": "wa-chat-server-mluvii",
"version": "0.2.15",
"description": "Mluvii adapter for the modules wa-chat-server",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"build": "tsc",
"dev": "tsc -w --diagnostics",
"lint": "eslint --ext .ts src",
"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": {
"axios": "^0.19.2",
"express": "^4.17.1",
"turndown": "^6.0.0",
"wa-chat-server": "^0.3.10"
},
"repository": {
"type": "git",
"url": "git@github.ibm.com:AI-CoE-Prague/wa-chat-server-mluvii.git"
},
"keywords": [
"Watson",
"Chat",
"Server",
"Mluvii"
]
}