Octanite-Bot/package.json

29 lines
655 B
JSON
Raw Normal View History

2019-02-11 18:49:07 +01:00
{
"name": "quadnite-bot",
"version": "1.0.0",
"description": "A Telegram bot that makes chats in group more fun.",
"main": "bot.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://git@gitlab.com/ceda_ei/Quadnite-Bot.git"
},
"keywords": [
"bot",
"telegram",
"telegram-bot"
],
"author": "Ceda EI",
"license": "GPL-3.0",
"bugs": {
"url": "https://gitlab.com/ceda_ei/Quadnite-Bot/issues"
},
"homepage": "https://gitlab.com/ceda_ei/Quadnite-Bot#readme",
"dependencies": {
2019-02-12 14:32:38 +01:00
"axios": "^0.18.0",
2019-02-11 18:49:07 +01:00
"telegraf": "^3.27.1"
}
}