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:
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user