package.json•718 B
{
"name": "test_mcp",
"version": "1.0.0",
"main": "index.js",
"type": "module",
"bin": {
"weather": "./build/index.js"
},
"scripts": {
"build": "tsc && chmod 755 build/index.js"
},
"files": [
"build"
],
"repository": {
"type": "git",
"url": "git+https://github.com/jutalik/test_mcp.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/jutalik/test_mcp/issues"
},
"homepage": "https://github.com/jutalik/test_mcp#readme",
"description": "",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.8.0",
"zod": "^3.24.2"
},
"devDependencies": {
"@types/node": "^22.14.0",
"typescript": "^5.8.2"
}
}