1
0
Files
jecnarozvrh/package.json
2025-12-20 20:52:08 +01:00

26 lines
621 B
JSON

{
"name": "jecnarozvrh",
"version": "1.0.0",
"description": "",
"license": "GPL-3.0-only",
"author": "Jakub Žitník",
"type": "module",
"main": "server.js",
"scripts": {
"test": "node tests/test.js",
"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"
}
}