921cfa389c
Refactored `script.py` by adding detailed docstrings and organizing functions. Created `.idea` configuration files and `gotodashboard.js` for `sisa_crawl` project. Added `readme.md` files with usage instructions and context for multiple scripts, and set up `package.json` for `sisa_crawl` dependencies.
15 lines
268 B
JSON
15 lines
268 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"
|
|
}
|
|
}
|