Next.js website for Rocky Mountain Vending company featuring: - Product catalog with Stripe integration - Service areas and parts pages - Admin dashboard with Clerk authentication - SEO optimized pages with JSON-LD structured data Co-authored-by: Cursor <cursoragent@cursor.com>
17 lines
375 B
Text
17 lines
375 B
Text
{
|
|
"name": "@cloudflare/workerd-linux-arm64",
|
|
"description": "👷 workerd for Linux ARM 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": [
|
|
"arm64"
|
|
],
|
|
"version": "1.20250718.0"
|
|
}
|