-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.37 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.37 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
{
"name": "hello-containers",
"description": "Build a Container-enabled Worker",
"version": "0.0.0",
"private": true,
"scripts": {
"deploy": "wrangler deploy",
"dev": "wrangler dev",
"start": "wrangler dev",
"cf-typegen": "wrangler types"
},
"devDependencies": {
"@cloudflare/vitest-pool-workers": "0.13.1",
"@eslint/js": "10.0.1",
"@eslint/json": "1.1.0",
"@eslint/markdown": "7.5.1",
"@types/node": "25.5.0",
"eslint": "10.0.3",
"globals": "17.4.0",
"npm-check-updates": "19.6.3",
"prettier": "3.8.1",
"typescript": "5.9.3",
"typescript-eslint": "8.57.1",
"vitest": "4.1.0",
"wrangler": "4.74.0"
},
"dependencies": {
"@cloudflare/containers": "0.1.1",
"hono": "4.12.8"
},
"cloudflare": {
"label": "Containers Starter",
"products": [
"Workers",
"Durable Objects",
"Containers"
],
"categories": [],
"docs_url": "https://developers.cloudflare.com/containers/",
"preview_image_url": "https://imagedelivery.net/_yJ02hpOMj_EnGvsU2aygw/5aba1fb7-b937-46fd-fa67-138221082200/public",
"icon_urls": [
"https://imagedelivery.net/wSMYJvS3Xw-n339CbDyDIA/5ca0ca32-e897-4699-d4c1-6b680512f000/public"
]
}
}