Rocky_Mountain_Vending/.pnpm-store/v10/files/d0/becb09fa5a64b6ca2e9e26243b7512be782d54fdd0ddf21a4be8b5384c800336e60284599168b72f249f22d2abcfc11de4283f858888450a871e1d191ae044-exec
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

35 lines
865 B
Text
Executable file

{
"name": "when-exit",
"repository": "github:fabiospampinato/when-exit",
"description": "Execute a function right before the process, or the browser's tab, is about to exit.",
"license": "MIT",
"version": "2.1.5",
"type": "module",
"main": "dist/node/index.js",
"types": "./dist/node/index.d.ts",
"exports": {
"node": "./dist/node/index.js",
"default": "./dist/browser/index.js"
},
"scripts": {
"clean": "tsex clean",
"compile": "tsex compile",
"compile:watch": "tsex compile --watch",
"test": "node test/index.js",
"prepublishOnly": "npm run clean && npm run compile && npm run test"
},
"keywords": [
"exit",
"catch",
"event",
"handle",
"hook",
"intercept",
"signal"
],
"devDependencies": {
"@types/node": "^18.19.70",
"tsex": "^4.0.2",
"typescript": "^5.7.3"
}
}