Rocky_Mountain_Vending/.pnpm-store/v10/files/75/d1c9f9f8984e446f8b2bd9c3ba05b104eec8f5ee2c9b3f05bd6abbdaf587fe75d395fab3b95bd87878f23305271dc063ae3ae6886cdbbf122093bddcfef69a
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

45 lines
749 B
Text

{
"name": "exit-hook",
"version": "2.2.1",
"description": "Run some code when the process exits",
"license": "MIT",
"repository": "sindresorhus/exit-hook",
"funding": "https://github.com/sponsors/sindresorhus",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "https://sindresorhus.com"
},
"engines": {
"node": ">=6"
},
"scripts": {
"test": "xo && ava && tsd"
},
"files": [
"index.js",
"index.d.ts"
],
"keywords": [
"exit",
"quit",
"process",
"hook",
"graceful",
"handler",
"shutdown",
"sigterm",
"sigint",
"terminate",
"kill",
"stop",
"event",
"signal"
],
"devDependencies": {
"ava": "^1.4.1",
"execa": "^1.0.0",
"tsd": "^0.7.2",
"xo": "^0.24.0"
}
}