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>
24 lines
676 B
Text
24 lines
676 B
Text
{
|
|
"name": "workerd",
|
|
"version": "1.20250718.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.20250718.0",
|
|
"@cloudflare/workerd-darwin-64": "1.20250718.0",
|
|
"@cloudflare/workerd-linux-arm64": "1.20250718.0",
|
|
"@cloudflare/workerd-linux-64": "1.20250718.0",
|
|
"@cloudflare/workerd-windows-64": "1.20250718.0"
|
|
},
|
|
"license": "Apache-2.0"
|
|
}
|