chore(release): 2.41.4

This commit is contained in:
Aman Varshney
2025-09-09 05:45:08 +05:30
parent d059d7de1d
commit b7c28d3c6d
2 changed files with 87 additions and 87 deletions

View File

@@ -1,88 +1,88 @@
{ {
"name": "create-better-t-stack", "name": "create-better-t-stack",
"version": "2.41.3", "version": "2.41.4",
"description": "A modern CLI tool for scaffolding end-to-end type-safe TypeScript projects with best practices and customizable configurations", "description": "A modern CLI tool for scaffolding end-to-end type-safe TypeScript projects with best practices and customizable configurations",
"type": "module", "type": "module",
"license": "MIT", "license": "MIT",
"author": "Aman Varshney", "author": "Aman Varshney",
"bin": { "bin": {
"create-better-t-stack": "dist/cli.js" "create-better-t-stack": "dist/cli.js"
}, },
"files": [ "files": [
"templates", "templates",
"dist" "dist"
], ],
"keywords": [ "keywords": [
"better-t-stack", "better-t-stack",
"typescript", "typescript",
"boilerplate", "boilerplate",
"starter", "starter",
"cli", "cli",
"turborepo", "turborepo",
"trpc", "trpc",
"better-auth", "better-auth",
"monorepo", "monorepo",
"fullstack", "fullstack",
"type-safety", "type-safety",
"react", "react",
"react-native", "react-native",
"expo", "expo",
"hono", "hono",
"elysia", "elysia",
"drizzle", "drizzle",
"prisma", "prisma",
"tanstack", "tanstack",
"tailwind", "tailwind",
"shadcn", "shadcn",
"pwa", "pwa",
"tauri", "tauri",
"biome" "biome"
], ],
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/AmanVarshney01/create-better-t-stack.git", "url": "git+https://github.com/AmanVarshney01/create-better-t-stack.git",
"directory": "apps/cli" "directory": "apps/cli"
}, },
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"
}, },
"homepage": "https://better-t-stack.dev/", "homepage": "https://better-t-stack.dev/",
"scripts": { "scripts": {
"build": "tsdown", "build": "tsdown",
"dev": "tsdown --watch", "dev": "tsdown --watch",
"check-types": "tsc --noEmit", "check-types": "tsc --noEmit",
"check": "biome check --write .", "check": "biome check --write .",
"test": "bun run build && vitest run", "test": "bun run build && vitest run",
"test:ui": "bun run build && vitest --ui", "test:ui": "bun run build && vitest --ui",
"test:with-build": "bun run build && WITH_BUILD=1 vitest --ui", "test:with-build": "bun run build && WITH_BUILD=1 vitest --ui",
"prepublishOnly": "npm run build" "prepublishOnly": "npm run build"
}, },
"exports": { "exports": {
".": { ".": {
"types": "./dist/index.d.ts", "types": "./dist/index.d.ts",
"import": "./dist/index.js" "import": "./dist/index.js"
} }
}, },
"dependencies": { "dependencies": {
"@clack/prompts": "^1.0.0-alpha.4", "@clack/prompts": "^1.0.0-alpha.4",
"consola": "^3.4.2", "consola": "^3.4.2",
"execa": "^9.6.0", "execa": "^9.6.0",
"fs-extra": "^11.3.1", "fs-extra": "^11.3.1",
"gradient-string": "^3.0.0", "gradient-string": "^3.0.0",
"handlebars": "^4.7.8", "handlebars": "^4.7.8",
"jsonc-parser": "^3.3.1", "jsonc-parser": "^3.3.1",
"picocolors": "^1.1.1", "picocolors": "^1.1.1",
"tinyglobby": "^0.2.15", "tinyglobby": "^0.2.15",
"trpc-cli": "^0.10.2", "trpc-cli": "^0.10.2",
"ts-morph": "^27.0.0", "ts-morph": "^27.0.0",
"zod": "^4.1.5" "zod": "^4.1.5"
}, },
"devDependencies": { "devDependencies": {
"@types/fs-extra": "^11.0.4", "@types/fs-extra": "^11.0.4",
"@types/node": "^24.3.1", "@types/node": "^24.3.1",
"@vitest/ui": "^3.2.4", "@vitest/ui": "^3.2.4",
"tsdown": "^0.14.2", "tsdown": "^0.14.2",
"typescript": "^5.9.2", "typescript": "^5.9.2",
"vitest": "^3.2.4" "vitest": "^3.2.4"
} }
} }

View File

@@ -15,7 +15,7 @@
}, },
"apps/cli": { "apps/cli": {
"name": "create-better-t-stack", "name": "create-better-t-stack",
"version": "2.41.3", "version": "2.41.4",
"bin": { "bin": {
"create-better-t-stack": "dist/cli.js", "create-better-t-stack": "dist/cli.js",
}, },