Rocky_Mountain_Vending/.pnpm-store/v10/files/ff/ec927266184f5271db4c5a39f2d3f6f1039b87e7c98d498bba02c3db56a1799dffd0d175ee057d1838b7eef0d937dbab6945dd3b0a7d7f7b2a81504a4aa2b9
DMleadgen 46d973904b
Initial commit: Rocky Mountain Vending website
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>
2026-02-12 16:22:15 -07:00

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"
}