Skip to content

Commit 97b8ff7

Browse files
committed
chore: added more information about the package
1 parent a1fae22 commit 97b8ff7

File tree

2 files changed

+136
-3
lines changed

2 files changed

+136
-3
lines changed

scrapegraph-js/package-lock.json

Lines changed: 114 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

scrapegraph-js/package.json

Lines changed: 22 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,28 @@
11
{
22
"name": "scrapegraph-js",
3-
"version": "1.0.0",
4-
"type": "module",
3+
"author": "ScrapeGraphAI",
4+
"version": "0.0.1",
5+
"description": "Scrape and extract structured data from a webpage using ScrapeGraph AI.",
6+
"repository": {
7+
"type": "git",
8+
"url": "https://github.com/ScrapeGraphAI/scrapegraph-sdk",
9+
"directory": "scrapegraph-js"
10+
},
11+
"license": "MIT",
12+
"homepage": "https://github.com/ScrapeGraphAI/scrapegraph-sdk/tree/main/scrapegraph-js",
13+
"keywords": [
14+
"scraping",
15+
"webscraping",
16+
"automated-scraper",
17+
"gpt-3",
18+
"gpt-4",
19+
"llm",
20+
"ai"
21+
],
522
"main": "index.js",
23+
"module": "index.js",
24+
"type": "module",
625
"dependencies": {
726
"axios": "^1.6.0"
827
}
9-
}
28+
}

0 commit comments

Comments
 (0)