Rocky_Mountain_Vending/.pnpm-store/v10/files/ef/eab14c92aa65010399e08657a1ff825addc16d51d15cb2fef504a567ba654b709a40b3681e8727b759bc8ade2b9c58018f16b7a19eed811f4f8dbd40cf0b15
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

36 lines
834 B
Text

{
"name": "lighthouse-stack-packs",
"version": "1.12.2",
"description": "Lighthouse Stack Packs",
"repository": "GoogleChrome/lighthouse-stack-packs",
"keywords": [
"google",
"chrome",
"lighthouse"
],
"author": "The Chromium Authors",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/GoogleChrome/lighthouse-stack-packs/issues"
},
"homepage": "https://github.com/GoogleChrome/lighthouse-stack-packs#readme",
"main": "index.js",
"devDependencies": {
"del-cli": "^3.0.0",
"expect": "^29.3.1",
"jsdom": "^12.2.0",
"lighthouse": "GoogleChrome/lighthouse#master",
"svgo": "^3.0.2",
"typescript": "^5.1.3",
"uvu": "^0.5.1"
},
"scripts": {
"generate-types": "tsc -p .",
"test": "uvu test"
},
"files": [
"packs/*",
"index.d.ts"
]
}