-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.47 KB
/
Copy pathpackage.json
File metadata and controls
43 lines (43 loc) · 1.47 KB
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
37
38
39
40
41
42
43
{
"name": "durable-graphql",
"version": "0.1.0",
"description": "Auto-generated GraphQL API from Drizzle schema on Cloudflare Durable Objects",
"private": true,
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/timhanlon/durable-graphql.git"
},
"bugs": {
"url": "https://github.com/timhanlon/durable-graphql/issues"
},
"homepage": "https://github.com/timhanlon/durable-graphql#readme",
"type": "module",
"scripts": {
"dev": "wrangler dev",
"deploy": "wrangler deploy",
"db:generate": "drizzle-kit generate && tsx scripts/generate-migrations.ts",
"db:migrate": "drizzle-kit migrate",
"types": "wrangler types",
"test": "pnpm test:types && vitest run",
"test:unit": "vitest run --config vitest.unit.config.ts",
"test:integration": "vitest run --config vitest.config.ts",
"test:types": "tsc -p test/tsconfig.types.json --noEmit"
},
"dependencies": {
"drizzle-orm": "beta",
"graphql": "^16.9.0",
"graphql-yoga": "^5.10.6",
"jose": "^6.1.3"
},
"devDependencies": {
"@cloudflare/vitest-pool-workers": "^0.12.14",
"@cloudflare/workers-types": "^4.20250214.0",
"drizzle-kit": "1.0.0-beta.15-859cf75",
"tsx": "^4.21.0",
"typescript": "^5.7.3",
"vitest": "~3.2.4",
"wrangler": "^4.67.0"
},
"packageManager": "pnpm@10.29.2+sha512.bef43fa759d91fd2da4b319a5a0d13ef7a45bb985a3d7342058470f9d2051a3ba8674e629672654686ef9443ad13a82da2beb9eeb3e0221c87b8154fff9d74b8"
}