{
  "name": "nextjs-boilerplate-kit",
  "version": "2.3.3",
  "description": "Generate secure, modular Next.js 16 and React 19 applications with selectable auth, ORM, Stripe, PWA, Sentry, Storybook, and production quality gates.",
  "type": "module",
  "main": "bin/index.js",
  "bin": {
    "nextjs-boilerplate-kit": "./bin/index.js"
  },
  "scripts": {
    "test": "node --test tests/*.test.js",
    "test:matrix": "node scripts/test-generation-matrix.mjs --generate-only",
    "test:matrix:full": "node scripts/test-generation-matrix.mjs",
    "prepublishOnly": "npm test && npm run test:matrix"
  },
  "keywords": [
    "nextjs",
    "nextjs-16",
    "next.js",
    "react",
    "react-19",
    "app-router",
    "typescript",
    "tailwind",
    "tailwindcss",
    "shadcn",
    "shadcn-ui",
    "authentication",
    "auth",
    "nextauth",
    "supabase",
    "supabase-ssr",
    "rbac",
    "prisma",
    "drizzle-orm",
    "mongoose",
    "stripe",
    "payments",
    "dashboard",
    "pwa",
    "progressive-web-app",
    "storybook",
    "sentry",
    "docker",
    "i18n",
    "vitest",
    "playwright",
    "boilerplate",
    "starter",
    "template",
    "cli",
    "generator",
    "create-app",
    "fullstack",
    "saas",
    "modern",
    "developer-tools",
    "codehuddle"
  ],
  "author": "Kashif Abbas Kazmi",
  "contributors": [
    {
      "name": "Kashif Abbas Kazmi",
      "email": "kashif.kazmi@code-huddle.com"
    },
    {
      "name": "Haris Ahmed",
      "email": "haris.ahmed@code-huddle.com"
    }
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Code-Huddle/nextjs-boilerplate-kit.git"
  },
  "homepage": "https://github.com/Code-Huddle/nextjs-boilerplate-kit#readme",
  "bugs": {
    "url": "https://github.com/Code-Huddle/nextjs-boilerplate-kit/issues"
  },
  "engines": {
    "node": ">=24.0.0",
    "npm": ">=11.0.0"
  },
  "packageManager": "npm@11.18.0",
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "bin",
    "templates",
    "README.md",
    "CHANGELOG.md",
    "LICENSE",
    "THIRD_PARTY_NOTICES.md",
    "SECURITY.md"
  ],
  "dependencies": {
    "chalk": "^5.6.2",
    "commander": "^15.0.0",
    "fs-extra": "^11.3.6",
    "inquirer": "^14.0.2"
  }
}
