-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 862 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 862 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
{
"name": "@sfpro/mcp-server",
"version": "0.1.0",
"private": true,
"scripts": {
"build": "next build",
"build:sdk": "pnpm --filter sdk build",
"dev": "next dev",
"lint": "biome check .",
"start": "next start",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.25.3",
"@sfpro/sdk": "workspace:*",
"@superfluid-finance/metadata": "^1.6.2",
"@superfluid-finance/tokenlist": "^5.38.0",
"@vercel/mcp-adapter": "^1.0.0",
"fuse.js": "^7.1.0",
"graphql": "^16.12.0",
"graphql-request": "^7.4.0",
"graphql-tag": "^2.12.6",
"next": "16.0.8",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"redis": "^5.10.0",
"viem": "^2.45.1",
"zod": "^3.25.76"
},
"devDependencies": {
"@types/node": "^24.10.9",
"@types/react": "^19.2.10",
"@types/react-dom": "^19.2.3",
"typescript": "^5.9.3"
}
}