package.json•610 B
{
"name": "caiyun-weather-mcp",
"version": "1.0.0",
"description": "Caiyun Weather MCP Server",
"main": "dist/index.js",
"type": "module",
"bin": {
"caiyun-weather-mcp": "dist/index.js"
},
"scripts": {
"build": "tsc",
"start": "node dist/index.js",
"dev": "tsc -w"
},
"keywords": [
"caiyun",
"weather",
"mcp",
"api"
],
"author": "",
"license": "MIT",
"dependencies": {
"axios": "^1.8.4"
},
"peerDependencies": {
"@modelcontextprotocol/sdk": "*"
},
"devDependencies": {
"@types/node": "^20.17.28",
"typescript": "^5.8.2"
}
}