Змінено директорії
Додано скрипти CRON Поліпшено механізм запису стендів та їх редагування
This commit is contained in:
18
cron/package.json
Normal file
18
cron/package.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"name": "CRON Sheep Service",
|
||||
"version": "1.0.0",
|
||||
"main": "cron.js",
|
||||
"scripts": {
|
||||
"start": "node cron.js"
|
||||
},
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"description": "",
|
||||
"dependencies": {
|
||||
"node-cron": "^4.2.1",
|
||||
"sqlite3": "^5.1.7",
|
||||
"web-push": "^3.6.7",
|
||||
"dotenv": "^17.2.0",
|
||||
"node-telegram-bot-api": "^0.66.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user