-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 849 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 849 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": "aireclast",
"description": "ReclastAI with a modern UI for text, image, and code generation.",
"cloudflare": {
"label": "ReclastAI",
"products": [
"Workers",
"AI",
"KV"
],
"categories": [
"ai"
],
"icon_urls": [
"https://imagedelivery.net/wSMYJvS3Xw-n339CbDyDIA/5ca0ca32-e897-4699-d4c1-6b680512f000/public"
],
"preview_image_url": "https://imagedelivery.net/wSMYJvS3Xw-n339CbDyDIA/dddfe97e-e689-450b-d5a9-d49801da6a00/public",
"dash": true
},
"dependencies": {
"itty-router": "^4.0.27",
"jose": "^5.2.3"
},
"devDependencies": {
"typescript": "^5.8.3",
"wrangler": "4.12.0"
},
"scripts": {
"cf-typegen": "wrangler types",
"check": "tsc && wrangler deploy --dry-run",
"deploy": "wrangler deploy",
"dev": "wrangler dev"
}
}