Rocky_Mountain_Vending/.pnpm-store/v10/files/ce/132ca9a9e1eb921082bb674630d7c88a96ee3bacaeaa2259e612ce38a12b0ee7840e61428eefe2170c10e41c5a04683b991900eb94da9e8b65acd51cc40d6c
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

70 lines
No EOL
1.5 KiB
Text

{
"name": "@cloudflare/unenv-preset",
"version": "2.0.2",
"description": "cloudflare preset for unenv",
"keywords": [
"cloudflare",
"workers",
"cloudflare workers",
"Node.js",
"unenv",
"polyfills"
],
"homepage": "https://github.com/cloudflare/workers-sdk#readme",
"bugs": {
"url": "https://github.com/cloudflare/workers-sdk/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/cloudflare/workers-sdk.git",
"directory": "packages/unenv-preset"
},
"license": "MIT OR Apache-2.0",
"sideEffects": false,
"type": "module",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs"
},
"./*": {
"types": "./dist/runtime/*.d.mts",
"default": "./dist/runtime/*.mjs"
},
"./package.json": "./package.json"
},
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"devDependencies": {
"@types/node-unenv": "npm:@types/node@^22.13.9",
"typescript": "^5.7.2",
"unbuild": "^3.2.0",
"undici": "^5.28.5",
"vitest": "~3.0.5",
"wrangler": "3.114.0"
},
"peerDependencies": {
"unenv": "2.0.0-rc.14",
"workerd": "^1.20250124.0"
},
"peerDependenciesMeta": {
"workerd": {
"optional": true
}
},
"publishConfig": {
"access": "public"
},
"workers-sdk": {
"prerelease": true
},
"scripts": {
"build": "unbuild",
"check:lint": "eslint",
"check:type": "tsc --noEmit",
"test:ci": "vitest run",
"test:watch": "vitest"
}
}