NotificamBot/package.json

33 lines
780 B
JSON
Raw Permalink Normal View History

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",
2022-01-31 16:19:33 +01:00
"serve": "node src/server.js",
2020-06-21 17:24:53 +02:00
"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",
2020-06-21 17:24:53 +02:00
"telegraf": "^3.38.0"
},
"devDependencies": {
"eslint": "^7.1.0",
2022-01-31 16:19:33 +01:00
"nodemon": "^2.0.4",
"prompt": "^1.2.1"
2020-06-21 17:24:53 +02:00
}
}