This commit is contained in:
teddy
2025-09-29 10:44:29 +07:00
parent 13ea282112
commit a8978d81a2
4 changed files with 1034 additions and 0 deletions

21
package.json Normal file
View File

@@ -0,0 +1,21 @@
{
"name": "scheduler-app",
"version": "1.0.0",
"description": "To make it easy for you to get started with GitLab, here's a list of recommended next steps.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "http://36.66.3.44/teddy/scheduler-app.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^1.12.2",
"express": "^5.1.0",
"node-cron": "^4.2.1"
}
}