Skip to content

Commit 9e9e138

Browse files
committed
chore: changed pakage name
1 parent 3c2178e commit 9e9e138

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

scrapegraph-js/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "scrapegraph-sdk",
2+
"name": "scrapegraph-js",
33
"author": "ScrapeGraphAI",
44
"version": "0.0.1",
55
"description": "Scrape and extract structured data from a webpage using ScrapeGraph AI.",
@@ -23,7 +23,8 @@
2323
"module": "index.js",
2424
"type": "module",
2525
"dependencies": {
26-
"axios": "^1.6.0"
26+
"axios": "^1.6.0",
27+
"zod": "^3.23.8"
2728
},
2829
"devDependencies": {
2930
"dotenv": "^16.4.5"

0 commit comments

Comments
 (0)