Add package.json

This commit is contained in:
Akshit Garg 2019-02-11 16:37:31 +00:00
parent 6c8bb4000b
commit 7d7678ffff
1 changed files with 29 additions and 0 deletions

29
package.json Normal file
View File

@ -0,0 +1,29 @@
{
"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"
}
}