Rocky_Mountain_Vending/.pnpm-store/v10/files/82/f45e2411f40cf3241ad65b57d9576c491fcab6ecd4001fda67a28561b905c436da220c2d2a745be3191d3f008fa04e26ba8036b2c3009dc04108905f51f74b-exec
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
749 B
Text
Executable file

{
"name": "stubborn-fs",
"repository": "github:fabiospampinato/stubborn-fs",
"description": "Stubborn versions of Node's fs functions that try really hard to do their job.",
"license": "MIT",
"version": "2.0.0",
"type": "module",
"main": "dist/index.js",
"exports": "./dist/index.js",
"types": "./dist/index.d.ts",
"scripts": {
"clean": "tsex clean",
"compile": "tsex compile",
"compile:watch": "tsex compile --watch",
"prepublishOnly": "tsex prepare"
},
"keywords": [
"fs",
"attempt",
"retry",
"stubborn",
"reliable"
],
"dependencies": {
"stubborn-utils": "^1.0.1"
},
"devDependencies": {
"@types/node": "^18.19.39",
"tsex": "^4.0.2",
"typescript": "^5.5.2"
}
}