1
0
Files
jecnarozvrh/package.json
jzitnik-dev a8ae9c1ec3
All checks were successful
Remote Deploy / deploy (push) Successful in 5s
chore: Minor changes
2025-12-20 20:27:03 +01:00

25 lines
578 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\"",
"build": "cd web && hugo --gc --minify",
"dev-web": "cd web && hugo serve"
},
"dependencies": {
"body-parser": "^2.2.0",
"cheerio": "^1.1.2",
"concurrently": "^9.2.0",
"dotenv": "^17.2.3",
"exceljs": "^4.4.0",
"express": "^5.1.0",
"node-cron": "^4.2.1",
"puppeteer": "^24.10.0"
}
}