Skip to content

Commit 97d9977

Browse files
committed
fix: semanti release 2
1 parent c0f3bbf commit 97d9977

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

package.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)