- 게이트: DISCLOSURE_TOP_MISSING, APPROVED_*, UNAPPROVED_IN_INDEXABLE_BUILD, PRESS_VOICE 규칙화, 픽스처 추가 (16/16) - 생성기: --site 옵션, 병원 확인 답변(clinicAnswers) 근거 [A] - default_briefs.mjs 첫 배치 자동 기획, workers/supporters-build/run.mjs - 랜딩: SAMPLE REPORT 라벨 "실제 사례"로 (haewon 지시) - v2 §11-6·§11-7 기록, E2E 리포트 Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
30 lines
770 B
JSON
30 lines
770 B
JSON
{
|
|
"name": "supporters-template",
|
|
"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",
|
|
"generate": "node scripts/generate_posts.mjs",
|
|
"generate:regress": "node scripts/generate_posts.mjs --clinic viewclinic --from-golden"
|
|
},
|
|
"dependencies": {
|
|
"astro": "^7.3.1"
|
|
},
|
|
"allowScripts": {
|
|
"esbuild": true
|
|
},
|
|
"devDependencies": {
|
|
"js-yaml": "^4.3.2",
|
|
"node-html-parser": "^7.1.0"
|
|
}
|
|
}
|