{
  "name": "create-bfs",
  "version": "2.1.0",
  "description": "Alias for create-better-fullstack - A CLI-first toolkit for building fullstack applications.",
  "keywords": [
    "algolia",
    "better-auth",
    "better-fullstack",
    "bfs",
    "biome",
    "boilerplate",
    "chi",
    "cli",
    "diesel",
    "drizzle",
    "elysia",
    "ent",
    "expo",
    "fiber",
    "flask",
    "fullstack",
    "graphql-yoga",
    "hono",
    "i18n",
    "litestar",
    "moka",
    "monorepo",
    "pothos",
    "prisma",
    "pwa",
    "react",
    "react-native",
    "rocket",
    "shadcn",
    "starter",
    "strawberry",
    "tailwind",
    "tanstack",
    "tauri",
    "trpc",
    "turborepo",
    "type-safety",
    "typescript",
    "vercel",
    "zerolog"
  ],
  "homepage": "https://better-fullstack-web.vercel.app/",
  "license": "MIT",
  "author": "Marve10s",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Marve10s/Better-Fullstack.git",
    "directory": "packages/create-bfs"
  },
  "bin": {
    "create-bfs": "cli.js"
  },
  "files": [
    "cli.js",
    "index.d.ts",
    "index.js"
  ],
  "type": "module",
  "main": "./index.js",
  "module": "./index.js",
  "types": "./index.d.ts",
  "exports": {
    ".": {
      "types": "./index.d.ts",
      "import": "./index.js"
    },
    "./cli": {
      "import": "./cli.js"
    }
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "lint": "oxlint ."
  },
  "dependencies": {
    "create-better-fullstack": "^2.1.0"
  }
}
