Rocky_Mountain_Vending/.pnpm-store/v10/files/a2/b5cc6c48586d4e60161ea2532b0723c4aba17bb3a8f425dbada09030802185cdeeebd0576f10eca1b774f745684b25e52c2931d50fb9a5f5f524bb55422a52
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

32 lines
No EOL
643 B
Text

{
"name": "jpeg-js",
"version": "0.4.4",
"description": "A pure javascript JPEG encoder and decoder",
"main": "index.js",
"scripts": {
"test": "jest --testMatch=**/test/*.js"
},
"repository": {
"type": "git",
"url": "https://github.com/eugeneware/jpeg-js"
},
"keywords": [
"jpeg",
"jpg",
"encoder",
"decoder",
"codec",
"image",
"javascript",
"js"
],
"author": "Eugene Ware <eugene@noblesamurai.com>",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/eugeneware/jpeg-js/issues"
},
"dependencies": {},
"devDependencies": {
"jest": "^25.4.0"
}
}