e1f7f1f2ad
- 산뜻한 로그인 페이지 (다크 테마 + 글로우 배경) - 쿠키 기반 세션 인증 (24시간 유지) - 로그아웃 버튼 (사이드바 + 상단바) - 미인증 시 로그인 페이지로 리다이렉트 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
23 lines
516 B
JSON
23 lines
516 B
JSON
{
|
|
"name": "crawl-manager",
|
|
"version": "1.0.0",
|
|
"description": "크롤링 관리 솔루션",
|
|
"main": "src/app.js",
|
|
"scripts": {
|
|
"start": "node src/app.js",
|
|
"dev": "node --watch src/app.js",
|
|
"migrate": "node src/migrations/run.js"
|
|
},
|
|
"dependencies": {
|
|
"express": "^4.21.0",
|
|
"pg": "^8.13.0",
|
|
"cheerio": "^1.0.0",
|
|
"node-cron": "^3.0.3",
|
|
"axios": "^1.7.0",
|
|
"ejs": "^3.1.10",
|
|
"dotenv": "^16.4.0",
|
|
"https-proxy-agent": "^7.0.0",
|
|
"cookie-parser": "^1.4.6"
|
|
}
|
|
}
|