- 홈+page 사이트맵에서 원문 페이지 발견 → 경로 우선·단어 경계 분류(주의사항·애프터케어·검진·안전·의료진·오시는길·시설·소개·예약·시술) - 본문 컨테이너 선택 + 페이지 간 반복 줄(메뉴·푸터) 제거, 헤딩·문단·목록·표·이미지·링크 구조화 - doctors.json: 이름·직함·약력. 약력이 이미지 글자면 textInImages, 2줄 미만이면 '확인 대기' (뷰성형외과 27명 전원 확인 대기) - facts.draft.json: 전화·주소·사업자번호·대표·진료시간 정규식 후보 + 출처 URL - home_text.txt: 전 페이지 본문(29만 자). check.mjs --home-text= 로 40자 중복 검사 기준 교체 가능 → 18편 0오류 - --posts 옵션: 글에 인용된 병원 URL 커버리지 리포트 (뷰성형외과 16/16, /face/main/은 301 추적) - robots.txt Disallow 존중, UA 명시, 요청 간 400ms Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
28 lines
617 B
JSON
28 lines
617 B
JSON
{
|
|
"name": "supporters",
|
|
"type": "module",
|
|
"version": "0.0.1",
|
|
"engines": {
|
|
"node": ">=22.12.0"
|
|
},
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"build": "astro build && node scripts/check.mjs",
|
|
"preview": "astro preview",
|
|
"astro": "astro",
|
|
"check": "node scripts/gate/test.mjs && node scripts/check.mjs",
|
|
"gate:test": "node scripts/gate/test.mjs",
|
|
"export:template": "node scripts/export_template.mjs"
|
|
},
|
|
"dependencies": {
|
|
"astro": "^7.3.1"
|
|
},
|
|
"allowScripts": {
|
|
"esbuild": true
|
|
},
|
|
"devDependencies": {
|
|
"js-yaml": "^4.3.2",
|
|
"node-html-parser": "^7.1.0"
|
|
}
|
|
}
|