We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74b682d commit 230402bCopy full SHA for 230402b
scrapegraph-js/package.json
@@ -1,5 +1,5 @@
1
{
2
- "name": "scrapegraph-sdk",
+ "name": "scrapegraph-js",
3
"author": "ScrapeGraphAI",
4
"version": "0.0.1",
5
"description": "Scrape and extract structured data from a webpage using ScrapeGraph AI.",
@@ -23,7 +23,8 @@
23
"module": "index.js",
24
"type": "module",
25
"dependencies": {
26
- "axios": "^1.6.0"
+ "axios": "^1.6.0",
27
+ "zod": "^3.23.8"
28
},
29
"devDependencies": {
30
"dotenv": "^16.4.5"
0 commit comments