Skip to content

Commit 91f25ce

Browse files
style: format package.json arrays
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent b9037f5 commit 91f25ce

1 file changed

Lines changed: 2 additions & 12 deletions

File tree

package.json

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,7 @@
2121
"check": "tsc --noEmit && biome check .",
2222
"prepublishOnly": "tsup"
2323
},
24-
"keywords": [
25-
"scraping",
26-
"ai",
27-
"scrapegraph",
28-
"typescript",
29-
"sdk",
30-
"web-scraping",
31-
"api"
32-
],
24+
"keywords": ["scraping", "ai", "scrapegraph", "typescript", "sdk", "web-scraping", "api"],
3325
"author": "ScrapeGraph Team",
3426
"license": "MIT",
3527
"repository": {
@@ -40,9 +32,7 @@
4032
"engines": {
4133
"node": ">=22"
4234
},
43-
"files": [
44-
"dist"
45-
],
35+
"files": ["dist"],
4636
"devDependencies": {
4737
"@biomejs/biome": "^1.9.4",
4838
"@types/bun": "^1.3.9",

0 commit comments

Comments
 (0)