Files
scheduler-app/package.json
2025-09-29 10:44:29 +07:00

22 lines
516 B
JSON

{
"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"
}
}