-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 876 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 876 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
{
"name": "@diff0/backend",
"version": "1.0.0",
"scripts": {
"dev": "convex dev",
"dev:setup": "convex dev --configure --until-success"
},
"author": "",
"license": "ISC",
"description": "",
"devDependencies": {
"@types/node": "^24.3.0",
"typescript": "^5.9.2"
},
"dependencies": {
"@convex-dev/better-auth": "^0.8.8",
"@diff0/ai": "workspace:*",
"@diff0/sandbox": "workspace:*",
"@dodopayments/better-auth": "^1.2.0",
"@dodopayments/convex": "^0.2.1",
"@octokit/auth-app": "^8.1.1",
"@octokit/rest": "^22.0.0",
"@octokit/types": "^15.0.0",
"@octokit/webhooks": "^14.1.3",
"@t3-oss/env-core": "^0.13.8",
"better-auth": "1.3.8",
"buffer": "^6.0.3",
"convex": "^1.27.3",
"convex-helpers": "^0.1.104",
"dodopayments": "^2.2.1",
"server-only": "^0.0.1",
"zod": "^4.1.12"
}
}