-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 930 Bytes
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 930 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
37
38
{
"name": "spanish-learning-mcp",
"version": "0.1.0",
"private": true,
"description": "Model Context Protocol for Spanish learning applications",
"author": "This Dot Labs",
"license": "MIT",
"type": "module",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"demo": "node examples/spanish-mcp-demo.js",
"interactive": "node examples/interactive-demo.js"
},
"dependencies": {
"@anthropic-ai/sdk": "^0.50.3",
"appwrite": "^17.0.2",
"chalk": "^5.4.1",
"dotenv": "^16.4.4",
"next": "15.3.2",
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"devDependencies": {
"@types/express": "^5.0.1",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "15.3.2",
"pino-pretty": "^13.0.0",
"typescript": "^5"
},
"engines": {
"node": ">=16.0.0"
}
}