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>
34 lines
677 B
Text
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"
|
|
}
|
|
}
|