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 4d230ae commit b008a3bCopy full SHA for b008a3b
package.json
@@ -0,0 +1,23 @@
1
+{
2
+ "name": "scrapegraph-sdk",
3
+ "version": "0.0.0-development",
4
+ "private": true,
5
+ "description": "ScrapeGraph SDK monorepo",
6
+ "repository": {
7
+ "type": "git",
8
+ "url": "https://github.com/ScrapeGraphAI/scrapegraph-sdk.git"
9
+ },
10
+ "author": "ScrapeGraphAI",
11
+ "license": "MIT",
12
+ "workspaces": [
13
+ "scrapegraph-js"
14
+ ],
15
+ "scripts": {
16
+ "semantic-release": "semantic-release"
17
18
+ "devDependencies": {
19
+ "@semantic-release/github": "^9.2.6",
20
+ "@semantic-release/npm": "^11.0.2",
21
+ "semantic-release": "^23.0.0"
22
+ }
23
+}
0 commit comments