-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 742 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 742 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"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": "Apache-2.0",
"description": "One Agent, one Workflow, one Tool, and some Scorers to bring you the weather in your city.",
"type": "module",
"dependencies": {
"@mastra/core": "latest",
"@mastra/evals": "latest",
"@mastra/loggers": "latest",
"@mastra/libsql": "latest",
"@mastra/memory": "latest",
"@mastra/observability": "latest",
"zod": "^3.25.76"
},
"devDependencies": {
"@types/node": "^22.19.7",
"mastra": "latest",
"typescript": "^5.9.3"
}
}