Files
exchange-mcp/package.json
T
2026-07-09 01:12:40 +03:00

22 lines
431 B
JSON

{
"name": "exchange-mcp",
"version": "0.0.0",
"type": "module",
"scripts": {
"start": "tsx main.ts",
"format": "dprint fmt"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.29.0",
"commander": "^15.0.0",
"fast-xml-parser": "^5.2.0",
"httpntlm": "^1.8.13",
"zod": "^4.4.3"
},
"devDependencies": {
"@types/node": "^22.20.1",
"tsx": "^4.23.0",
"typescript": "^5.9.3"
}
}