Rocky_Mountain_Vending/.pnpm-store/v10/files/cb/81f69eea0d1f1e48eb0da8fde97035e6a302cc8294e9938eecf191c7f6eadc8a017edd5a281d6062315de1dfa4ca172af23f534296348e4c735180163620cd
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

8 lines
No EOL
207 B
Text

/** JSDoc */
export interface Package {
name: string;
version: string;
dependencies?: Record<string, string>;
devDependencies?: Record<string, string>;
}
//# sourceMappingURL=package.d.ts.map