Rocky_Mountain_Vending/.pnpm-store/v10/files/53/88d9972a33ddaa83b76fbcedae0ea366e93e6109127bab7bb07e476c4a38356dce72d7ed5dd24e66ba556bbe629cdb411a0ba57a16ba106a310793b546e42a
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

22 lines
449 B
Text

{
"name": "node-releases",
"version": "2.0.27",
"description": "Node.js releases data",
"type": "module",
"scripts": {
"build": "node scripts/build.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/chicoxyzzy/node-releases.git"
},
"keywords": [
"nodejs",
"releases"
],
"author": "Sergey Rubanov <chi187@gmail.com>",
"license": "MIT",
"devDependencies": {
"semver": "^7.3.5"
}
}