{ "name": "agentic-examples-mastra", "type": "module", "private": true, "scripts": { "test": "run-s test:*", "test:lint": "eslint .", "test:typecheck": "tsc --noEmit" }, "dependencies": { "@agentic/mastra": "workspace:*", "@agentic/weather": "workspace:*", "@ai-sdk/openai": "catalog:", "@mastra/core": "catalog:", "zod": "catalog:" } }