@saurabharch/rollout-node-sdk
Version:
Rollout Nodejs SDK
34 lines (33 loc) • 730 B
JSON
{
"name": "@saurabharch/rollout-node-sdk",
"version": "0.0.6",
"description": "Rollout Nodejs SDK",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"keywords": [
"Rollout",
"nodejs",
"chat",
"realtime",
"chatsdk",
"chatapi"
],
"author": "Saurabh Kashyap - <saurabh@raindigi.com>",
"license": "AGPL-3.0",
"homepage": "https://www.rollout.com",
"repository": {
"type": "git",
"url": "https://github.com/saurabharch/rollout-node-sdk"
},
"dependencies": {
"chai": "^4.3.6",
"dotenv": "^8.6.0",
"firebase": "^8.10.1",
"mocha": "^8.4.0",
"promise": "^8.2.0",
"request": "^2.88.2",
"winston": "^3.8.2"
}
}