Skip to content

Commit e91377a

Browse files
mikolalysenkoclaude
andcommitted
chore: remove bin and optionalDependencies from npm wrapper package.json
The platform-specific binary packages and bin entry are only needed for the published npm package, not for the workspace submodule which is used solely as a schema library. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent a913b2f commit e91377a

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

npm/socket-patch/package.json

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22
"name": "@socketsecurity/socket-patch",
33
"version": "1.6.3",
44
"description": "CLI tool and schema library for applying security patches to dependencies",
5-
"bin": {
6-
"socket-patch": "bin/socket-patch"
7-
},
85
"exports": {
96
"./schema": {
107
"types": "./dist/schema/manifest-schema.d.ts",
@@ -40,17 +37,5 @@
4037
"devDependencies": {
4138
"typescript": "^5.3.0",
4239
"@types/node": "^20.0.0"
43-
},
44-
"optionalDependencies": {
45-
"@socketsecurity/socket-patch-android-arm64": "1.6.3",
46-
"@socketsecurity/socket-patch-darwin-arm64": "1.6.3",
47-
"@socketsecurity/socket-patch-darwin-x64": "1.6.3",
48-
"@socketsecurity/socket-patch-linux-arm": "1.6.3",
49-
"@socketsecurity/socket-patch-linux-arm64": "1.6.3",
50-
"@socketsecurity/socket-patch-linux-ia32": "1.6.3",
51-
"@socketsecurity/socket-patch-linux-x64": "1.6.3",
52-
"@socketsecurity/socket-patch-win32-arm64": "1.6.3",
53-
"@socketsecurity/socket-patch-win32-ia32": "1.6.3",
54-
"@socketsecurity/socket-patch-win32-x64": "1.6.3"
5540
}
5641
}

0 commit comments

Comments
 (0)