d9e0a5b3f4
- iconv-lite 추가 - 크롤러/API 모두 Content-Type charset 자동 감지 - HTML meta charset 폴백 감지
24 lines
544 B
JSON
24 lines
544 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",
|
|
"iconv-lite": "^0.6.3"
|
|
}
|
|
}
|