mirror of
https://github.com/JonasunderscoreJones/aka-worker.git
synced 2025-10-22 17:39:19 +02:00
17 lines
366 B
JSON
17 lines
366 B
JSON
{
|
|
"name": "@cloudflare/workerd-linux-64",
|
|
"description": "👷 workerd for Linux 64-bit, Cloudflare's JavaScript/Wasm Runtime",
|
|
"repository": "https://github.com/cloudflare/workerd",
|
|
"license": "Apache-2.0",
|
|
"preferUnplugged": false,
|
|
"engines": {
|
|
"node": ">=16"
|
|
},
|
|
"os": [
|
|
"linux"
|
|
],
|
|
"cpu": [
|
|
"x64"
|
|
],
|
|
"version": "1.20230904.0"
|
|
}
|