-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 935 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 935 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
{
"name": "mbrt",
"version": "1.0.0",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "vite",
"start": "vite",
"build": "vite build",
"server": "node server.js",
"setup-certs": "bash scripts/generate-certs.sh"
},
"type": "module",
"keywords": ["map", "mapping", "mapbox", "research", "geospatial", "nlp", "ai"],
"author": "",
"license": "ISC",
"description": "MBRT (Map Based Research Tool) - A chat-based interactive mapping application that combines natural language processing with Mapbox GL JS to enable conversational map interactions.",
"dependencies": {
"@ai-sdk/perplexity": "^2.0.17",
"@modelcontextprotocol/sdk": "^1.21.0",
"ai": "^5.0.87",
"cors": "^2.8.5",
"dotenv": "^17.2.3",
"express": "^5.1.0",
"lucide": "^0.552.0",
"mapbox-gl": "^3.16.0"
},
"devDependencies": {
"vite": "^7.1.12"
}
}