Rocky_Mountain_Vending/.pnpm-store/v10/files/db/eb1ac9c4a8beb4d5be7a1a8780469061959e73d12584cb669f4062d42195585a5e3672bac538649452cc7b3f1842d0a1ed534f7982d3d32a5b37280dd10720
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
836 B
Text

{
"name": "streamx",
"version": "2.23.0",
"description": "An iteration of the Node.js core streams with a series of improvements",
"main": "index.js",
"dependencies": {
"events-universal": "^1.0.0",
"fast-fifo": "^1.3.2",
"text-decoder": "^1.1.0"
},
"devDependencies": {
"b4a": "^1.6.6",
"brittle": "^3.1.1",
"end-of-stream": "^1.4.4",
"standard": "^17.0.0"
},
"files": [
"index.js"
],
"scripts": {
"test": "standard && node test/all.js",
"test:bare": "standard && bare test/all.js"
},
"repository": {
"type": "git",
"url": "https://github.com/mafintosh/streamx.git"
},
"author": "Mathias Buus (@mafintosh)",
"license": "MIT",
"bugs": {
"url": "https://github.com/mafintosh/streamx/issues"
},
"homepage": "https://github.com/mafintosh/streamx"
}