Rocky_Mountain_Vending/.pnpm-store/v10/files/47/63c0900de23572063bc89f185ba5e93822e729b02e05d5c10e903bea85a48caacf45ba1883c3ced07b73080a6f8e440ad6d27f743bb54d8626f8759eae3a08
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

16 lines
402 B
Text

{
"type": "module",
"name": "lighthouse-logger",
"version": "2.0.2",
"license": "Apache-2.0",
"main": "./index.js",
"repository": "https://github.com/GoogleChrome/lighthouse.git",
"scripts": {
"prepack": "yarn build-types",
"build-types": "npx tsc index.js --allowJs --emitDeclarationOnly --declaration"
},
"dependencies": {
"debug": "^4.4.1",
"marky": "^1.2.2"
}
}