mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-05-17 03:56:18 +00:00
32 lines
959 B
JSON
32 lines
959 B
JSON
{
|
|
"name": "supermemory-mcp",
|
|
"version": "4.0.0",
|
|
"type": "module",
|
|
"portless": { "name": "mcp.dev.supermemory", "script": "dev:app" },
|
|
"scripts": {
|
|
"build:ui": "vite build",
|
|
"dev": "portless",
|
|
"dev:app": "vite build && wrangler dev --port ${PORT:-8788}",
|
|
"deploy": "vite build && wrangler deploy --minify",
|
|
"cf-typegen": "wrangler types --env-interface CloudflareBindings"
|
|
},
|
|
"dependencies": {
|
|
"@cloudflare/workers-oauth-provider": "^0.2.2",
|
|
"@modelcontextprotocol/ext-apps": "^1.0.0",
|
|
"@modelcontextprotocol/sdk": "^1.25.2",
|
|
"agents": "^0.3.5",
|
|
"hono": "^4.11.1",
|
|
"posthog-node": "^5.18.0",
|
|
"supermemory": "^4.0.0",
|
|
"zod": "^3.25.76"
|
|
},
|
|
"devDependencies": {
|
|
"@cloudflare/workers-types": "^4.20250620.0",
|
|
"d3-force-3d": "^3.0.5",
|
|
"force-graph": "^1.49.0",
|
|
"typescript": "^5.8.3",
|
|
"vite": "^6.0.0",
|
|
"vite-plugin-singlefile": "^2.3.0",
|
|
"wrangler": "^4.4.0"
|
|
}
|
|
}
|