Rocky_Mountain_Vending/.pnpm-store/v10/files/7a/d10f0ad588972162cf3677cfaf4182cc786b503533c6f6b9f97726489b690ddab64164afd2c86f510e6177588c7f96a823711ffc9db0cd8e610ea8bcf6d353
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
666 B
Text

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