1
0
Files
jecnarozvrh/package.json
jzitnik-dev d885f4610e
All checks were successful
Remote Deploy / deploy (push) Successful in 4s
chore: IDK
2025-10-24 08:22:49 +02:00

22 lines
469 B
JSON

{
"name": "jecnarozvrh",
"version": "1.0.0",
"description": "",
"license": "ISC",
"author": "Jakub Žitník",
"type": "module",
"main": "server.js",
"scripts": {
"start": "concurrently \"node server.js\" \"node cron-runner.js\""
},
"dependencies": {
"body-parser": "^2.2.0",
"cheerio": "^1.1.2",
"concurrently": "^9.2.0",
"exceljs": "^4.4.0",
"express": "^5.1.0",
"node-cron": "^4.2.1",
"puppeteer": "^24.10.0"
}
}