@chat21/chat21-node-sdk
Version:
Chat21 Nodejs SDK
34 lines (33 loc) • 670 B
JSON
{
"name": "@chat21/chat21-node-sdk",
"version": "1.1.11",
"description": "Chat21 Nodejs SDK",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"keywords": [
"chat21",
"nodejs",
"chat",
"realtime",
"chatsdk",
"chatapi"
],
"author": "Andrea Leo - Frontiere21 SRL",
"license": "AGPL-3.0",
"homepage": "https://www.chat21.org",
"repository": {
"type": "git",
"url": "https://github.com/chat21/chat21-node-sdk"
},
"dependencies": {
"chai": "^4.3.0",
"dotenv": "^8.2.0",
"firebase": "^8.2.7",
"mocha": "^8.3.0",
"promise": "^8.1.0",
"request": "^2.88.2",
"winston": "^3.3.3"
}
}