feat: handle the page content data
Showing
No preview for this file type
... | @@ -10,5 +10,11 @@ | ... | @@ -10,5 +10,11 @@ |
}, | }, | ||
"dependencies": { | "dependencies": { | ||
"jsdom": "^26.1.0" | "jsdom": "^26.1.0" | ||
}, | |||
"scripts": { | |||
"extract": "DETECTION_MODE=extract bun run src/detect_section_selector_masters/index.ts", | |||
"detect": "DETECTION_MODE=detect bun run src/detect_section_selector_masters/index.ts", | |||
"fix": "DETECTION_MODE=fix bun run src/detect_section_selector_masters/index.ts", | |||
"nav": "DETECTION_MODE=extractNav bun run src/detect_section_selector_masters/index.ts" | |||
} | } | ||
} | } | ||
\ No newline at end of file |
This diff is collapsed.
Click to expand it.
Please
register
or
sign in
to comment