30 lines
634 B
JSON
30 lines
634 B
JSON
{
|
|
"name": "quadnite-bot",
|
|
"version": "1.0.0",
|
|
"description": "A bot to make group chat fun",
|
|
"main": "bot.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://gitlab.com/ceda_ei/Quadnite-Bot.git"
|
|
},
|
|
"keywords": [
|
|
"Node",
|
|
"JS"
|
|
],
|
|
"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": {
|
|
"telegraf": "^3.27.1"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^5.13.0"
|
|
}
|
|
}
|