1
0
Files
jecnarozvrh/package.json
jzitnik-dev 4985d574d5
All checks were successful
Remote Deploy / deploy (push) Successful in 4s
feat: Absences
2025-08-31 16:35:22 +02:00

22 lines
463 B
JSON

{
"name": "jecnarozvrh",
"version": "1.0.0",
"description": "",
"license": "ISC",
"author": "Jakub Žitník",
"type": "commonjs",
"main": "server.js",
"scripts": {
"start": "concurrently \"node server.js\" \"node cron-runner.js\""
},
"dependencies": {
"axios": "^1.9.0",
"cheerio": "^1.1.2",
"concurrently": "^9.2.0",
"express": "^5.1.0",
"node-cron": "^4.2.1",
"puppeteer": "^24.10.0",
"xlsx": "^0.18.5"
}
}