2020-06-21 17:24:53 +02:00
|
|
|
{
|
|
|
|
"name": "NotificamBot",
|
|
|
|
"version": "0.1.0",
|
|
|
|
"description": "",
|
|
|
|
"private": "true",
|
|
|
|
"main": "server.js",
|
|
|
|
"scripts": {
|
|
|
|
"start": "nodemon src/server.js",
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/franjsco/ricordami-bot.git"
|
|
|
|
},
|
|
|
|
"author": "franjsco (Francesco Esposito)",
|
|
|
|
"license": "ISC",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/franjsco/ricordami-bot/issues"
|
|
|
|
},
|
|
|
|
"homepage": "https://github.com/franjsco/ricordami-bot#readme",
|
|
|
|
"dependencies": {
|
|
|
|
"dotenv": "^8.2.0",
|
2021-04-27 18:18:30 +00:00
|
|
|
"redis": "^3.1.1",
|
2020-06-21 17:24:53 +02:00
|
|
|
"telegraf": "^3.38.0"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"eslint": "^7.1.0",
|
|
|
|
"nodemon": "^2.0.4"
|
|
|
|
}
|
|
|
|
}
|