Add package*.json

This commit is contained in:
Ceda EI 2018-11-25 23:03:40 +05:30
parent a0b8d54969
commit 8d97415c4e
2 changed files with 1350 additions and 0 deletions

1323
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

27
package.json Normal file
View File

@ -0,0 +1,27 @@
{
"name": "git-alerts-bot",
"version": "1.0.0",
"description": "TG Bot for Gitlab/Github",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://git@gitlab.com/ceda_ei/git-alerts-bot.git"
},
"author": "ceda_ei",
"license": "GPL-3.0",
"bugs": {
"url": "https://gitlab.com/ceda_ei/git-alerts-bot/issues"
},
"homepage": "https://gitlab.com/ceda_ei/git-alerts-bot#readme",
"dependencies": {
"express": "^4.16.4",
"telegraf": "^3.25.0"
},
"devDependencies": {
"eslint": "^5.9.0",
"eslint-config-google": "^0.11.0"
}
}