feat: integrate linkedom for DOM manipulation

Adds `linkedom` as a dependency for parsing HTML and manipulating the DOM. This enables scraping capabilities.
This commit is contained in:
2025-09-17 18:48:23 -04:00
parent 3fccbb7a46
commit 030e3c302d
4 changed files with 39 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
{
"name": "sone4ka-tok",
"name": "marketplace-scraper",
"module": "index.ts",
"type": "module",
"private": true,
@@ -8,5 +8,8 @@
},
"peerDependencies": {
"typescript": "^5"
},
"dependencies": {
"linkedom": "^0.18.12"
}
}