Rocky_Mountain_Vending/.pnpm-store/v10/files/92/83b46e5ae69527d22c2879fbec627c3d219f44cfee0e72508c1ae28776e365367e4ce5e73cb0d1d9d736ba7ea079fdc9f81e5fdfa778661c3f197aab50a55d
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

59 lines
1.2 KiB
Text

{
"name": "youch",
"version": "3.3.4",
"description": "HTML Pretty error stack viewer",
"main": "src/Youch.js",
"files": [
"src",
"index.d.ts"
],
"types": "./index.d.ts",
"directories": {
"example": "examples"
},
"scripts": {
"pretest": "npm run lint",
"prepublishOnly": "npm run build",
"build": "node bin/compile.js",
"test": "npm run build && node test/youch.spec.js && node test/youch.spec.mjs",
"lint": "standard"
},
"author": "amanvirk",
"license": "MIT",
"devDependencies": {
"concat": "^1.0.3",
"cz-conventional-changelog": "^3.3.0",
"japa": "^4.0.0",
"standard": "^17.1.2",
"supertest": "^6.3.4",
"uglify-js": "^3.19.3"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"dependencies": {
"cookie": "^0.7.1",
"mustache": "^4.2.0",
"stacktracey": "^2.1.8"
},
"repository": {
"type": "git",
"url": "git+https://github.com/poppinss/youch.git"
},
"keywords": [
"errors",
"error-reporting",
"whoops"
],
"bugs": {
"url": "https://github.com/poppinss/youch/issues"
},
"standard": {
"ignore": [
"static"
]
},
"homepage": "https://github.com/poppinss/youch#readme"
}