💬 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",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@modelcontextprotocol/sdk": "^1.26.0",
|
"@modelcontextprotocol/sdk": "^1.26.0",
|
||||||
|
"@saiden/browse": "^0.2.4",
|
||||||
"chalk": "^5.6.2",
|
"chalk": "^5.6.2",
|
||||||
"express": "^5.2.1",
|
"express": "^5.2.1",
|
||||||
"log-symbols": "^7.0.1",
|
"log-symbols": "^7.0.1",
|
||||||
@@ -17,8 +18,8 @@
|
|||||||
"sharp": "^0.34.5"
|
"sharp": "^0.34.5"
|
||||||
},
|
},
|
||||||
"bin": {
|
"bin": {
|
||||||
"claude-browse": "dist/cli.js",
|
"browse-mcp": "dist/mcp.js",
|
||||||
"claude-browse-mcp": "dist/mcp.js"
|
"claude-browse": "dist/cli.js"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@biomejs/biome": "^1.9.0",
|
"@biomejs/biome": "^1.9.0",
|
||||||
@@ -1629,6 +1630,27 @@
|
|||||||
"win32"
|
"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": {
|
"node_modules/@standard-schema/spec": {
|
||||||
"version": "1.1.0",
|
"version": "1.1.0",
|
||||||
"resolved": "https://registry.npmjs.org/@standard-schema/spec/-/spec-1.1.0.tgz",
|
"resolved": "https://registry.npmjs.org/@standard-schema/spec/-/spec-1.1.0.tgz",
|
||||||
|
|||||||
@@ -49,6 +49,7 @@
|
|||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@modelcontextprotocol/sdk": "^1.26.0",
|
"@modelcontextprotocol/sdk": "^1.26.0",
|
||||||
|
"@saiden/browse": "^0.2.4",
|
||||||
"chalk": "^5.6.2",
|
"chalk": "^5.6.2",
|
||||||
"express": "^5.2.1",
|
"express": "^5.2.1",
|
||||||
"log-symbols": "^7.0.1",
|
"log-symbols": "^7.0.1",
|
||||||
|
|||||||
Reference in New Issue
Block a user