-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 989 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 989 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
{
"name": "template-browsing-agent",
"version": "1.0.0",
"description": "A powerful integration that combines Browserbase's Stagehand with Mastra for advanced web automation, scraping, and AI-powered web interactions. Features include web navigation, element observation, action execution, data extraction, and intelligent session management.",
"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": {
"@browserbasehq/stagehand": "^3.1.0",
"@mastra/core": "latest",
"@mastra/libsql": "latest",
"@mastra/loggers": "latest",
"@mastra/memory": "latest",
"@mastra/observability": "latest",
"zod": "^4.3.6"
},
"devDependencies": {
"@types/node": "^24.10.9",
"dotenv": "^17.3.1",
"mastra": "latest",
"typescript": "^5.9.3"
}
}