sisa-crawl/package.json
bdaneels 05a1b85801 Enhance logging with student details in evaluation
Updated `iterateOverDashboardTable.js` to include student name and ID in log output. Added functions in `evaluateStartPakket.js` to fetch student name and ID from specified selectors. Adjusted `.gitignore` to exclude `.idea` directory.
2024-12-03 14:16:44 +01:00

16 lines
291 B
JSON

{
"name": "sisa_crawl",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"private": true,
"dependencies": {
"inquirer": "^12.1.0",
"puppeteer": "^23.7.0",
"xlsx": "^0.18.5"
}
}