Змінено директорії

Додано скрипти CRON
Поліпшено механізм запису стендів та їх редагування
This commit is contained in:
2025-10-27 00:11:18 +02:00
parent 1d9f9a1468
commit 04f39da611
196 changed files with 4962 additions and 4065 deletions

18
cron/package.json Normal file
View 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"
}
}