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>
15 lines
280 B
Text
15 lines
280 B
Text
{
|
|
"name": "effective-domain-name-parser",
|
|
"version": "0.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
},
|
|
"devDependencies": {
|
|
"mocha": "1.20.1",
|
|
"request": "",
|
|
"expect.js": "0.3.1"
|
|
},
|
|
"scripts": {
|
|
"test": "mocha"
|
|
}
|
|
}
|