This commit is contained in:
2026-07-08 18:29:36 +08:00
parent ad51ced86c
commit 3af8ff9b80
1613 changed files with 701644 additions and 2 deletions
+24
View File
@@ -0,0 +1,24 @@
{
"name": "workerd",
"version": "1.20260706.1",
"description": "👷 workerd, Cloudflare's JavaScript/Wasm Runtime",
"repository": "https://github.com/cloudflare/workerd",
"scripts": {
"postinstall": "node install.js"
},
"main": "lib/main.js",
"engines": {
"node": ">=16"
},
"bin": {
"workerd": "bin/workerd"
},
"optionalDependencies": {
"@cloudflare/workerd-darwin-arm64": "1.20260706.1",
"@cloudflare/workerd-darwin-64": "1.20260706.1",
"@cloudflare/workerd-linux-arm64": "1.20260706.1",
"@cloudflare/workerd-linux-64": "1.20260706.1",
"@cloudflare/workerd-windows-64": "1.20260706.1"
},
"license": "Apache-2.0"
}