{ "name": "weather-agent", "version": "1.0.0", "main": "index.js", "private": true, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "dev": "mastra dev" }, "keywords": [], "author": "", "license": "ISC", "description": "One Agent, one Workflow and one Tool to bring you the weather in your city.", "type": "module", "dependencies": { "@mastra/core": "latest", "@mastra/loggers": "latest", "zod": "^3.25.67", "@ai-sdk/anthropic": "^2.0.0" }, "devDependencies": { "@types/node": "^22.15.29", "mastra": "latest", "typescript": "^5.8.3" } }