ai-scraper-fallback 0.0.3 → 0.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +4 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ai-scraper-fallback",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.4",
|
|
4
4
|
"description": "A robust HTML-to-JSON scraper for real estate websites, using Google's Gemini API to extract structured data from complex web pages.",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -25,7 +25,9 @@
|
|
|
25
25
|
},
|
|
26
26
|
"homepage": "https://github.com/Sunpochin-Inc/ai-scraper-fallback#readme",
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@google/generative-ai": "^0.24.1"
|
|
28
|
+
"@google/generative-ai": "^0.24.1"
|
|
29
|
+
},
|
|
30
|
+
"devDependencies": {
|
|
29
31
|
"dotenv": "^17.4.2"
|
|
30
32
|
}
|
|
31
33
|
}
|