1
0
Files
jecnarozvrh/package.json

32 lines
824 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",
"setup-static": "node scripts/loadstaticschedule.js"
},
"dependencies": {
"axios": "^1.13.4",
"axios-cookiejar-support": "^6.0.5",
"body-parser": "^2.2.0",
"cheerio": "^1.1.2",
"concurrently": "^9.2.0",
"cors": "^2.8.6",
"dotenv": "^17.2.3",
"exceljs": "^4.4.0",
"express": "^5.1.0",
"node-cron": "^4.2.1",
"node-fetch": "^3.3.2",
"puppeteer": "^24.10.0",
"tough-cookie": "^6.0.0"
}
}