1
0
Files
jecnarozvrh/package.json
jzitnik-dev 6a6a32f47a
All checks were successful
Remote Deploy / deploy (push) Successful in 6s
feat: Use better lib for parsing and minor changes
2025-09-07 20:01:15 +02:00

21 lines
440 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": {
"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"
}
}