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>
16 lines
402 B
Text
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"
|
|
}
|
|
}
|