Rocky_Mountain_Vending/.pnpm-store/v10/files/f2/6dac86f5207ba20a643020ad4d47046e003275c8826b39602e2009896f33a9a9f533300c3cf0e38915282984047899da372b7d7a61f7bd66711ddb94e7455b
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

61 lines
1.3 KiB
Text

{
"name": "bare-stream",
"version": "2.7.0",
"description": "Streaming data for JavaScript",
"exports": {
".": {
"types": "./index.d.ts",
"default": "./index.js"
},
"./package": "./package.json",
"./promises": "./promises.js",
"./web": {
"types": "./web.d.ts",
"default": "./web.js"
},
"./global": "./global.js"
},
"files": [
"index.js",
"index.d.ts",
"promises.js",
"web.js",
"web.d.ts",
"global.js"
],
"scripts": {
"test": "prettier . --check && bare test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/holepunchto/bare-stream.git"
},
"author": "Holepunch",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/holepunchto/bare-stream/issues"
},
"homepage": "https://github.com/holepunchto/bare-stream#readme",
"dependencies": {
"streamx": "^2.21.0"
},
"devDependencies": {
"bare-buffer": "^3.0.0",
"bare-events": "^2.5.4",
"brittle": "^3.5.2",
"prettier": "^3.3.3",
"prettier-config-standard": "^7.0.0"
},
"peerDependencies": {
"bare-buffer": "*",
"bare-events": "*"
},
"peerDependenciesMeta": {
"bare-buffer": {
"optional": true
},
"bare-events": {
"optional": true
}
}
}