-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 843 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 843 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
{
"name": "open-sandbox-api",
"type": "module",
"scripts": {
"dev": "wrangler dev",
"deploy": "wrangler deploy --minify",
"cf-typegen": "wrangler types --env-interface CloudflareBindings",
"check": "tsgo --noEmit",
"format": "biome check . --fix --unsafe",
"format:prisma": "prisma format",
"build:prisma": "prisma generate"
},
"dependencies": {
"@hono/zod-validator": "^0.7.3",
"@interactive-inc/docs-client": "^1.1.2",
"@modelcontextprotocol/sdk": "^1.24.3",
"@prisma/adapter-d1": "^6.16.3",
"@prisma/client": "^6.16.3",
"hono": "^4.9.9",
"zod": "^4.1.13"
},
"devDependencies": {
"@anthropic-ai/claude-agent-sdk": "^0.1.1",
"@biomejs/biome": "^2.2.4",
"@types/bun": "^1.2.23",
"dotenv": "^17.2.3",
"prisma": "^6.16.3",
"wrangler": "^4.40.3"
}
}