UNPKG

vibecode-party-starter

Version:

A Next.js starter project for vibecoding Saas apps with auth, payments, email, and more

45 lines (44 loc) 1.37 kB
{ "name": "vibecode-party-starter", "version": "0.5.4", "description": "A Next.js starter project for vibecoding Saas apps with auth, payments, email, and more", "type": "module", "bin": { "vibecode-party-starter": "index.js" }, "scripts": { "go": "pnpm sync-version && node scripts/commit.js && pnpm push", "push": "git push origin main && npm publish", "pull": "rm -rf starter temp-starter && mkdir starter && git clone https://github.com/johnpolacek/vibecode.party.starter.git temp-starter && mv temp-starter/* starter/ && mv temp-starter/.[!.]* starter/ 2>/dev/null || true && rm -rf temp-starter", "ship": "pnpm pull && pnpm go", "test": "pnpm pull && cd .. && node vibecode-party-starter-npx/index.js", "sync-version": "node scripts/sync-version.js" }, "keywords": [ "nextjs", "template", "starter", "saas", "auth", "payments", "email", "vibecoding", "supabase", "clerk" ], "author": "John Polacek", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/johnpolacek/vibecode-party-starter.git" }, "bugs": { "url": "https://github.com/johnpolacek/vibecode-party-starter/issues" }, "homepage": "https://starter.vibecode.party", "dependencies": { "fs-extra": "^11.3.0", "inquirer": "^12.5.2", "open": "^9.1.0" } }