{
  "name": "create-hauis-app",
  "version": "2.9.0",
  "description": "Interactive CLI wizard for scaffolding modern frontend projects with Tailwind CSS v4",
  "type": "module",
  "bin": {
    "create-hauis-app": "./dist/index.js",
    "cfa": "./dist/index.js"
  },
  "scripts": {
    "build": "tsup src/index.ts --format esm --target node18 --clean --sourcemap && node src/scripts/make-exec.ts",
    "test:create-next": "tsx scripts/test-create-next.ts",
    "diagnose": "tsx scripts/diagnose.ts",
    "dev": "tsx src/index.ts",
    "test": "vitest run",
    "test:watch": "vitest",
    "test:coverage": "vitest run --coverage",
    "check": "biome check",
    "check:format": "biome check --write",
    "prepublish:check": "tsx src/scripts/prepublish.ts",
    "release": "tsx src/scripts/release.ts",
    "release:dry": "npm publish --dry-run",
    "pack": "npm pack",
    "prepublishOnly": "pnpm run build && pnpm test",
    "postpublish": "echo 'Successfully published to npm!'",
    "link:local": "npm link",
    "unlink:local": "npm unlink",
    "check:types": "tsc"
  },
  "keywords": [
    "cli",
    "frontend",
    "scaffold",
    "create-app",
    "react",
    "vue",
    "svelte",
    "astro",
    "nextjs",
    "next.js",
    "remix",
    "sveltekit",
    "nuxt",
    "tailwind",
    "tailwindcss",
    "tailwind-v4",
    "typescript",
    "javascript",
    "biome",
    "eslint",
    "prettier",
    "lefthook",
    "vite",
    "webpack"
  ],
  "author": "Jacob H",
  "license": "MIT",
  "dependencies": {
    "chalk": "^5.3.0",
    "commander": "^12.1.0",
    "date-fns": "^3.6.0",
    "execa": "^9.2.0",
    "ora": "^8.0.1",
    "prompts": "^2.4.2",
    "strip-ansi": "^7.1.0"
  },
  "devDependencies": {
    "@biomejs/biome": "2.0.4",
    "@changesets/cli": "^2.27.7",
    "@types/node": "^22.0.0",
    "@types/prompts": "^2.4.9",
    "@vitest/coverage-v8": "^2.0.3",
    "lefthook": "1.11.14",
    "tsup": "^8.5.0",
    "tsx": "^4.16.2",
    "typescript": "^5.8.3",
    "vitest": "^2.0.3"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "packageManager": "pnpm@9.0.0",
  "repository": {
    "type": "git",
    "url": "https://github.com/Jacobgh00/cli-wizard"
  },
  "bugs": {
    "url": "https://github.com/Jacobgh00/cli-wizard/issues"
  },
  "homepage": "https://github.com/Jacobgh00/cli-wizard#readme",
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ]
}
