Rocky_Mountain_Vending/.pnpm-store/v10/files/09/f0d36a96361699e6d35b55f0da95e8d29e5ad8fdf142b83dfd6c010791dd61fee5f8243187993aeab3b389d366fd5da190eba16e586de4765148b10eeeb297
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

36 lines
796 B
Text

{
"name": "bare-path",
"version": "3.0.0",
"description": "Path manipulation library for JavaScript",
"exports": {
".": "./index.js",
"./package": "./package.json",
"./posix": "./lib/posix.js",
"./win32": "./lib/win32.js"
},
"files": [
"index.js",
"lib",
"NOTICE"
],
"scripts": {
"test": "standard && bare test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/holepunchto/bare-path.git"
},
"author": "Holepunch",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/holepunchto/bare-path/issues"
},
"homepage": "https://github.com/holepunchto/bare-path#readme",
"dependencies": {
"bare-os": "^3.0.1"
},
"devDependencies": {
"brittle": "^3.3.2",
"standard": "^17.0.0"
}
}