mirror of
https://github.com/JonasunderscoreJones/api-worker.git
synced 2025-10-23 18:39:19 +02:00
Initial commit (by create-cloudflare CLI)
This commit is contained in:
commit
58a42872a0
1745 changed files with 741893 additions and 0 deletions
24
node_modules/workerd/package.json
generated
vendored
Normal file
24
node_modules/workerd/package.json
generated
vendored
Normal file
|
@ -0,0 +1,24 @@
|
|||
{
|
||||
"name": "workerd",
|
||||
"version": "1.20230904.0",
|
||||
"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.20230904.0",
|
||||
"@cloudflare/workerd-darwin-64": "1.20230904.0",
|
||||
"@cloudflare/workerd-linux-arm64": "1.20230904.0",
|
||||
"@cloudflare/workerd-linux-64": "1.20230904.0",
|
||||
"@cloudflare/workerd-windows-64": "1.20230904.0"
|
||||
},
|
||||
"license": "Apache-2.0"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue