-
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) · 903 Bytes
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 903 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": "neon-noir",
"version": "0.0.1",
"private": true,
"description": "Alpic MCP Server Template",
"type": "module",
"scripts": {
"dev": "skybridge dev",
"build": "skybridge build",
"start": "skybridge start",
"deploy": "alpic deploy"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.25.2",
"cors": "^2.8.5",
"express": "^5.2.1",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"skybridge": ">=0.29.1 <1.0.0",
"vite": "^7.3.1",
"zod": "^4.3.5"
},
"devDependencies": {
"@skybridge/devtools": ">=0.26.1 <1.0.0",
"@types/cors": "^2.8.19",
"@types/express": "^5.0.6",
"@types/react": "^19.2.8",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^5.1.2",
"alpic": "^1.83.1",
"nodemon": "^3.1.11",
"tsx": "^4.21.0",
"typescript": "^5.9.3"
},
"engines": {
"node": ">=24.13.0"
}
}