Rocky_Mountain_Vending/.pnpm-store/v10/files/5c/93b31236b2e07964aaf114bf6ce69e154baa49a002d538bc3cdc13ef52f7976e2d4277eed38fc6d391b5ac0f48aca9a34cb0914d0355a607d09c095e6cae40
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

34 lines
677 B
Text

{
"name": "speedline-core",
"version": "1.4.3",
"description": "Get the speed index from chrome dev tool timeline files",
"license": "MIT",
"repository": "https://github.com/paulirish/speedline",
"main": "lib",
"engines": {
"node": ">=8.0"
},
"scripts": {
"lint": "xo",
"unit": "ava",
"test": "yarn run lint && yarn run unit"
},
"types": "speedline.d.ts",
"keywords": [
"chrome",
"devtools",
"timeline",
"speed",
"index",
"performance"
],
"dependencies": {
"@types/node": "*",
"image-ssim": "^0.2.0",
"jpeg-js": "^0.4.1"
},
"devDependencies": {
"ava": "^0.19.1",
"xo": "^0.14.0"
}
}