package.json•1.09 kB
{
"name": "mcpweather",
"version": "1.0.0",
"description": "weather",
"main": "index.js",
"scripts": {
"test": "jest --verbose",
"test:chrome": "jest lima_weather.test.js --verbose",
"test:madrid": "jest madrid_weather.test.js --verbose",
"lima:weather": "node lima_weather.js",
"madrid:weather": "node madrid_weather.js",
"lima:show": "node show_lima_results.js",
"madrid:show": "node madrid_summary.js",
"summary": "node final_summary.js",
"test:city": "node test_city.js",
"test:lima": "node test_city.js lima",
"test:tokyo": "node test_city.js tokyo",
"test:london": "node test_city.js london",
"test:paris": "node test_city.js paris",
"test:newyork": "node test_city.js new-york",
"test:luanda": "node test_city.js luanda"
},
"keywords": [
"weather"
],
"author": "Santi y Diana",
"license": "ISC",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.12.1",
"zod": "^3.25.51"
},
"devDependencies": {
"@playwright/test": "^1.52.0",
"jest": "^29.7.0",
"playwright": "^1.52.0"
}
}