1
0
Files
jecnarozvrh/package.json
jzitnik-dev c01a64c5b0
All checks were successful
Remote Deploy / deploy (push) Successful in 4s
fix: Try to fix it
2025-08-31 16:40:58 +02:00

22 lines
468 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": {
"cheerio": "^1.1.2",
"concurrently": "^9.2.0",
"express": "^5.1.0",
"node-cron": "^4.2.1",
"node-fetch": "^3.3.2",
"puppeteer": "^24.10.0",
"xlsx": "^0.18.5"
}
}