Rocky_Mountain_Vending/.pnpm-store/v10/files/a7/c6c4f2dd0243b5b4d09b4a760d672cf88f86dd628f3d89c78245e0df12b5731140b9197451eeebc876fd18051249c6afc21d26fa027d8355b3d12b59b2cb6e
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

23 lines
528 B
Text

{
"name": "@paulirish/trace_engine",
"version": "0.0.59",
"description": "",
"main": "models/trace/trace.js",
"scripts": {
"test": "node --test && npm run type-check",
"type-check": "tsc --build ./tsconfig.json",
"prepublishOnly": "npm test"
},
"type": "module",
"keywords": [],
"author": "",
"license": "BSD-3-Clause",
"dependencies": {
"third-party-web": "latest",
"legacy-javascript": "latest"
},
"devDependencies": {
"typescript": "5.6.2",
"@types/node": "latest"
}
}