초기 세팅

This commit is contained in:
LHK
2025-10-13 14:32:41 +09:00
부모 6fa0ee185f
커밋 b1c7861ee9
11개의 변경된 파일2857개의 추가작업 그리고 0개의 파일을 삭제

20
package.json Normal file
파일 보기

@@ -0,0 +1,20 @@
{
"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": {
"dotenv": "^16.4.5",
"express": "^4.19.2",
"fake-useragent": "^1.0.1",
"node-cron": "^3.0.3",
"puppeteer": "^22.12.1",
"sqlite3": "^5.1.7"
}
}