Rocky_Mountain_Vending/.pnpm-store/v10/files/9b/28d8ba8be6b52fd9aa80ad7ecc56f242bc84599357931340c2ed49d461fbbf1a94082d044c9a463c40d45cb511af19442fd0d5a2649941d5eae747c100ccd7
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

34 lines
825 B
Text

{
"name": "@esbuild-plugins/node-globals-polyfill",
"version": "0.2.3",
"description": "",
"preferUnplugged": true,
"sideEffects": false,
"main": "dist/index.js",
"module": "esm/index.js",
"types": "dist/index.d.ts",
"repository": "https://github.com/remorses/esbuild-plugins.git",
"scripts": {
"build": "tsc && tsc -m es6 --outDir esm",
"watch": "tsc -w"
},
"files": [
"dist",
"src",
"esm",
"Buffer.js",
"process.js",
"_buffer.js",
"_process.js"
],
"keywords": [],
"author": "Tommaso De Rossi, morse <beats.by.morse@gmail.com>",
"license": "ISC",
"devDependencies": {
"test-support": "*"
},
"dependencies": {},
"peerDependencies": {
"esbuild": "*"
}
}