-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1023 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 1023 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
30
31
32
33
34
35
36
{
"name": "template-google-sheets",
"version": "1.0.0",
"description": "Google Sheets integration template using Mastra's AI agents. Enables intelligent sheet manipulation, and seamless integration between Google Sheets and AI-powered business logic for spreadsheet automation and analysis.",
"main": "index.js",
"scripts": {
"dev": "mastra dev",
"build": "mastra build",
"start": "mastra start"
},
"keywords": [],
"author": "",
"license": "Apache-2.0",
"type": "module",
"engines": {
"node": ">=22.13.0"
},
"dependencies": {
"@composio/core": "^0.6.3",
"@composio/mastra": "^0.6.3",
"@mastra/core": "latest",
"@mastra/fastembed": "latest",
"@mastra/libsql": "latest",
"@mastra/loggers": "latest",
"@mastra/mcp": "latest",
"@mastra/memory": "latest",
"@mastra/observability": "latest",
"hono": "^4.12.2",
"zod": "^4.3.6"
},
"devDependencies": {
"@types/node": "^24.10.9",
"mastra": "latest",
"typescript": "^5.9.3"
}
}