package.json•563 B
{
"name": "cross-llm-mcp",
"version": "1.0.0",
"type": "module",
"bin": {
"cross-llm-mcp": "./build/index.js"
},
"scripts": {
"build": "tsc && chmod 755 build/index.js"
},
"files": [
"build"
],
"main": "index.js",
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.15.0",
"superagent": "^10.2.2",
"zod": "^3.25.75"
},
"devDependencies": {
"@types/node": "^24.0.10",
"@types/superagent": "^8.1.9",
"typescript": "^5.8.3"
}
}