브라우징 자동화에만 집중

This commit is contained in:
LHK
2025-10-14 17:58:58 +09:00
부모 51deb07fab
커밋 226eede3bf
25개의 변경된 파일5282개의 추가작업 그리고 3006개의 파일을 삭제

23
backup/package.json Normal file
파일 보기

@@ -0,0 +1,23 @@
{
"name": "auto-browse",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"body-parser": "^2.2.0",
"dotenv": "^17.2.3",
"express": "^4.19.2",
"fake-useragent": "^1.0.1",
"jimp": "^1.6.0",
"node-cron": "^4.2.1",
"puppeteer": "^24.24.0",
"sqlite3": "^5.1.7",
"tesseract.js": "^6.0.1"
}
}