-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 907 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 907 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
{
"name": "agent-im",
"version": "0.3.0",
"private": true,
"type": "module",
"scripts": {
"dev": "wrangler dev",
"cf:deploy": "wrangler deploy",
"db:init": "wrangler d1 execute agent-im-db --local --file=src/db/schema.sql",
"db:init:remote": "wrangler d1 execute agent-im-db --remote --file=src/db/schema.sql",
"typecheck": "tsc --noEmit",
"format": "prettier --write \"src/**/*.ts\" \"*.md\""
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.12.1",
"fetch-to-node": "^2.1.0",
"hono": "^4.7.10",
"nanoid": "^5.1.5",
"zod": "^3.25.23"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20250320.0",
"typescript": "^5.8.3",
"wrangler": "^4.14.1"
},
"packageManager": "pnpm@10.27.0+sha512.72d699da16b1179c14ba9e64dc71c9a40988cbdc65c264cb0e489db7de917f20dcf4d64d8723625f2969ba52d4b7e2a1170682d9ac2a5dcaeaab732b7e16f04a"
}