💬 Commit message: Update 2026-02-08 04:12:54, 2 files, 27 lines
📁 Files changed: 2 📝 Lines changed: 27 • package-lock.json • package.json
This commit is contained in:
Generated
+24
-2
@@ -10,6 +10,7 @@
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@modelcontextprotocol/sdk": "^1.26.0",
|
||||
"@saiden/browse": "^0.2.4",
|
||||
"chalk": "^5.6.2",
|
||||
"express": "^5.2.1",
|
||||
"log-symbols": "^7.0.1",
|
||||
@@ -17,8 +18,8 @@
|
||||
"sharp": "^0.34.5"
|
||||
},
|
||||
"bin": {
|
||||
"claude-browse": "dist/cli.js",
|
||||
"claude-browse-mcp": "dist/mcp.js"
|
||||
"browse-mcp": "dist/mcp.js",
|
||||
"claude-browse": "dist/cli.js"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@biomejs/biome": "^1.9.0",
|
||||
@@ -1629,6 +1630,27 @@
|
||||
"win32"
|
||||
]
|
||||
},
|
||||
"node_modules/@saiden/browse": {
|
||||
"version": "0.2.4",
|
||||
"resolved": "https://registry.npmjs.org/@saiden/browse/-/browse-0.2.4.tgz",
|
||||
"integrity": "sha512-9ccORVRsKhf0UpF2Xw+Wcextt1QIu0Ehr8VIW/MZEQ2JGrRhQbLP67I4ssWjjmC0/4DkicEq3ZnmwkRM5jNsaQ==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@modelcontextprotocol/sdk": "^1.26.0",
|
||||
"chalk": "^5.6.2",
|
||||
"express": "^5.2.1",
|
||||
"log-symbols": "^7.0.1",
|
||||
"playwright": "^1.41.0",
|
||||
"sharp": "^0.34.5"
|
||||
},
|
||||
"bin": {
|
||||
"browse-mcp": "dist/mcp.js",
|
||||
"claude-browse": "dist/cli.js"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=18"
|
||||
}
|
||||
},
|
||||
"node_modules/@standard-schema/spec": {
|
||||
"version": "1.1.0",
|
||||
"resolved": "https://registry.npmjs.org/@standard-schema/spec/-/spec-1.1.0.tgz",
|
||||
|
||||
@@ -49,6 +49,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@modelcontextprotocol/sdk": "^1.26.0",
|
||||
"@saiden/browse": "^0.2.4",
|
||||
"chalk": "^5.6.2",
|
||||
"express": "^5.2.1",
|
||||
"log-symbols": "^7.0.1",
|
||||
|
||||
Reference in New Issue
Block a user