-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.38 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.38 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
44
45
46
47
48
49
50
51
52
{
"name": "model-rules",
"description": "Rules engine for LLM APIs",
"license": "MIT",
"cloudflare": {
"label": "React Router Framework Starter",
"products": [
"Workers"
],
"categories": [
"storage"
],
"icon_urls": [
"https://imagedelivery.net/wSMYJvS3Xw-n339CbDyDIA/5ca0ca32-e897-4699-d4c1-6b680512f000/public"
],
"preview_image_url": "https://imagedelivery.net/wSMYJvS3Xw-n339CbDyDIA/bfdc2f85-e5c9-4c92-128b-3a6711249800/public",
"dash": true
},
"dependencies": {
"@conform-to/react": "^1.7.0",
"@conform-to/valibot": "^1.7.0",
"@conform-to/zod": "^1.7.0",
"@openauthjs/openauth": "^0.4.3",
"@unkey/cache": "^1.5.0",
"@unkey/error": "^0.2.0",
"superjson": "^2.2.2",
"valibot": "1.1.0",
"zod": "4.0.0-beta.20250420T053007"
},
"devDependencies": {
"@cloudflare/vite-plugin": "1.7.1",
"@cloudflare/workers-types": "^4.20250603.0",
"@types/node": "22.15.29",
"prettier": "^3.5.3",
"typescript": "5.8.3",
"vite": "6.3.5",
"vite-tsconfig-paths": "5.1.4",
"wrangler": "4.20.2"
},
"pnpm": {
"peerDependencyRules": {
"allowedVersions": {
"@conform-to/zod>zod": "4.0.0-beta.20250420T053007"
}
}
},
"scripts": {
"build": "pnpm --filter @exectx/rules build",
"typecheck": "pnpm --filter @exectx/rules typecheck"
},
"type": "module"
}