UNPKG

create-thestartuptemplate

Version:

[![License](https://img.shields.io/badge/license-MIT-blue.svg)](../LICENSE/)

57 lines (56 loc) 1.33 kB
{ "name": "create-thestartuptemplate", "version": "0.0.3-9", "license": "MIT", "bin": "bin/cli.mjs", "repository": { "type": "git", "url": "https://github.com/nparashar150/thestartuptemplate" }, "author": { "name": "Naman Parashar", "email": "nparashar150@gmail.com", "url": "https://www.nparashar150.com" }, "scripts": { "dev": "turbo dev", "lint": "turbo lint", "build": "turbo build", "db:watch": "pnpm watch", "ui:add": "pnpm --filter @repo/ui ui:add", "format": "prettier --write \"**/*.{ts,tsx,md}\"", "db:generate": "pnpm --filter @repo/db generate", "db:migration:create": "pnpm --filter @repo/db migration:create" }, "devDependencies": { "@repo/eslint-config": "workspace:*", "@repo/typescript-config": "workspace:*", "chalk": "^5.3.0", "prettier": "^3.2.5", "turbo": "latest" }, "packageManager": "pnpm@8.9.0", "engines": { "node": ">=18" }, "keywords": [ "nextjs", "edgedb", "shadcnui", "nextauth", "startup-template", "saas-template", "webapp-template", "boilerplate", "template", "javascript", "typescript", "tailwindcss", "auth-integration", "email-notifications", "seo-optimization", "full-stack-template", "web-development", "mvp" ] }