forked from muratcankoylan/Food-tour-planner-agent
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (25 loc) · 701 Bytes
/
package.json
File metadata and controls
26 lines (25 loc) · 701 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
{
"name": "deepagent-food-tours",
"version": "1.0.0",
"description": "AI-powered food tour planner using DeepAgents and LangChain",
"main": "src/scan-manager.js",
"scripts": {
"start": "node src/scan-manager.js",
"dashboard-server": "node src/dashboard-server.js",
"deepagent-api": "python3 src/deepagent-api.py",
"dev": "./start.sh"
},
"keywords": ["food", "tours", "ai", "deepagents", "langchain", "google-maps"],
"author": "",
"license": "MIT",
"dependencies": {
"@googlemaps/google-maps-services-js": "^3.3.41",
"axios": "^1.6.2",
"dotenv": "^16.3.1",
"express": "^4.18.2"
},
"engines": {
"node": ">=18.0.0",
"npm": ">=9.0.0"
}
}