05a1b85801
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.
16 lines
291 B
JSON
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"
|
|
}
|
|
}
|