feat: add the dependencies
Showing
No preview for this file type
... | @@ -9,12 +9,15 @@ | ... | @@ -9,12 +9,15 @@ |
"typescript": "^5.0.0" | "typescript": "^5.0.0" | ||
}, | }, | ||
"dependencies": { | "dependencies": { | ||
"deep-diff": "^1.0.2", | |||
"jsdom": "^26.1.0" | "jsdom": "^26.1.0" | ||
}, | }, | ||
"scripts": { | "scripts": { | ||
"extract": "DETECTION_MODE=extract bun run src/detect_section_selector_masters/index.ts", | "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", | "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", | "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" | "nav": "DETECTION_MODE=extractNav bun run src/detect_section_selector_masters/index.ts", | ||
"diff": "bun run src/detect_section_selector_masters/diffWithDeepDiff.ts", | |||
"diff:ai": "BASELINE_ID=29279960 npm run diff" | |||
} | } | ||
} | } | ||
\ No newline at end of file |
Please
register
or
sign in
to comment