Moved some dependencies in repos where they are being used.

This commit is contained in:
Nicolas Barraud
2025-03-31 08:32:32 -04:00
parent cf86040df9
commit 3fc63017df
2 changed files with 4 additions and 2 deletions

View File

@@ -18,6 +18,9 @@
"postbuild": "node scripts/make-executable.js && node scripts/copy-cli.js",
"test": "node scripts/cli-tests.js"
},
"dependencies": {},
"dependencies": {
"commander": "^13.1.0",
"spawn-rx": "^5.1.2"
},
"devDependencies": {}
}

View File

@@ -48,7 +48,6 @@
"@modelcontextprotocol/inspector-client": "^0.7.0",
"@modelcontextprotocol/inspector-server": "^0.7.0",
"@modelcontextprotocol/sdk": "^1.8.0",
"commander": "^13.1.0",
"concurrently": "^9.0.1",
"shell-quote": "^1.8.2",
"spawn-rx": "^5.1.2",