mirror of
https://github.com/franjsco/NotificamBot
synced 2025-02-17 20:00:53 +01:00
Bumps [redis](https://github.com/NodeRedis/node-redis) from 3.0.2 to 3.1.1. - [Release notes](https://github.com/NodeRedis/node-redis/releases) - [Changelog](https://github.com/NodeRedis/node-redis/blob/master/CHANGELOG.md) - [Commits](https://github.com/NodeRedis/node-redis/compare/v3.0.2...v3.1.1) Signed-off-by: dependabot[bot] <support@github.com>
31 lines
721 B
JSON
31 lines
721 B
JSON
{
|
|
"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.1.1",
|
|
"telegraf": "^3.38.0"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^7.1.0",
|
|
"nodemon": "^2.0.4"
|
|
}
|
|
}
|