Rocky_Mountain_Vending/.pnpm-store/v10/files/91/90b6a31098dbbf2690d4ce73154d6ba027e308525dd641d2bfef8390fbba728ec1c1b037bd608ad9c6cbf9e60ef44f7513a00a1c2ee8a2759be0841e01d9a1
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
617 B
Text

{
"name": "postgres-bytea",
"main": "index.js",
"version": "1.0.0",
"description": "Postgres bytea parser",
"license": "MIT",
"repository": "bendrucker/postgres-bytea",
"author": {
"name": "Ben Drucker",
"email": "bvdrucker@gmail.com",
"url": "bendrucker.me"
},
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "standard && tape test.js"
},
"keywords": [
"bytea",
"postgres",
"binary",
"parser"
],
"dependencies": {},
"devDependencies": {
"tape": "^4.0.0",
"standard": "^4.0.0"
},
"files": [
"index.js",
"readme.md"
]
}