w
This commit is contained in:
+9
-2
@@ -2,12 +2,19 @@
|
||||
"name": "exchange-mcp",
|
||||
"version": "0.0.0",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"start": "tsx main.ts",
|
||||
"format": "dprint fmt"
|
||||
},
|
||||
"dependencies": {
|
||||
"@modelcontextprotocol/server": "^2.0.0-beta.2",
|
||||
"fast-xml-parser": "^5.2.0",
|
||||
"httpntlm": "^1.8.13"
|
||||
"httpntlm": "^1.8.13",
|
||||
"zod": "^4.4.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^22.0.0",
|
||||
"@types/node": "^22.20.1",
|
||||
"tsx": "^4.23.0",
|
||||
"typescript": "^5.9.3"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user