{ "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", "redis": "^3.0.2", "telegraf": "^3.38.0" }, "devDependencies": { "eslint": "^7.1.0", "nodemon": "^2.0.4" } }