first commit

This commit is contained in:
r2xrzh9q2z-lab
2026-02-02 11:07:09 +07:00
commit d1b931d547
286 changed files with 53992 additions and 0 deletions

16
trigger/package.json Normal file
View File

@@ -0,0 +1,16 @@
{
"name": "simsswiss.ch.cron",
"version": "1.0.0",
"description": "",
"main": "cron.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^1.11.0",
"mongoose": "^8.17.1"
}
}