@wickr-sample-integrations/wickrio-hello-world-bot
Version:
Wickr's own Hello World Bot
37 lines (36 loc) • 840 B
JSON
{
"name": "@wickr-sample-integrations/wickrio-hello-world-bot",
"version": "6.48.4",
"description": "Wickr's own Hello World Bot",
"main": "hello_world_bot.js",
"dependencies": {
"fs": "0.0.2",
"body-parser": "^1.19.0",
"express": "^4.17.1",
"helmet": "^3.20.0",
"prompt": "^1.0.0",
"dotenv": "^8.2.0",
"wickrio-bot-api": "7.1.x"
},
"scripts": {
"start": "forever start -m 5 ./forever.json",
"stop": "forever stop wickrio-hello-world-bot",
"restart": "forever restart wickrio-hello-world-bot"
},
"repository": {
"type": "git",
"url": "https://github.com/WickrInc/wickrio-hello-world-bot"
},
"keywords": [
"wickr",
"wickrio",
"wickrbot",
"bot",
"bots",
"secure",
"messaging",
"api",
"wickrsampleintegrations"
],
"database": true
}