Skip to content

Commit 97af79b

Browse files
chore(release): 2.44.0
1 parent ce97790 commit 97af79b

File tree

2 files changed

+89
-90
lines changed

2 files changed

+89
-90
lines changed

apps/cli/package.json

Lines changed: 88 additions & 88 deletions
Original file line numberDiff line numberDiff line change
@@ -1,90 +1,90 @@
11
{
2-
"name": "create-better-t-stack",
3-
"version": "2.43.1",
4-
"description": "A modern CLI tool for scaffolding end-to-end type-safe TypeScript projects with best practices and customizable configurations",
5-
"type": "module",
6-
"license": "MIT",
7-
"author": "Aman Varshney",
8-
"bin": {
9-
"create-better-t-stack": "dist/cli.js"
10-
},
11-
"files": [
12-
"templates",
13-
"dist"
14-
],
15-
"keywords": [
16-
"better-t-stack",
17-
"typescript",
18-
"boilerplate",
19-
"starter",
20-
"cli",
21-
"turborepo",
22-
"trpc",
23-
"better-auth",
24-
"monorepo",
25-
"fullstack",
26-
"type-safety",
27-
"react",
28-
"react-native",
29-
"expo",
30-
"hono",
31-
"elysia",
32-
"drizzle",
33-
"prisma",
34-
"tanstack",
35-
"tailwind",
36-
"shadcn",
37-
"pwa",
38-
"tauri",
39-
"biome"
40-
],
41-
"repository": {
42-
"type": "git",
43-
"url": "git+https://github.com/AmanVarshney01/create-better-t-stack.git",
44-
"directory": "apps/cli"
45-
},
46-
"publishConfig": {
47-
"access": "public"
48-
},
49-
"homepage": "https://better-t-stack.dev/",
50-
"scripts": {
51-
"build": "tsdown",
52-
"dev": "tsdown --watch",
53-
"check-types": "tsc --noEmit",
54-
"check": "biome check --write .",
55-
"test": "bun run build && vitest run",
56-
"test:ui": "bun run build && vitest --ui",
57-
"test:with-build": "bun run build && WITH_BUILD=1 vitest --ui",
58-
"prepublishOnly": "npm run build"
59-
},
60-
"exports": {
61-
".": {
62-
"types": "./dist/index.d.ts",
63-
"import": "./dist/index.js"
64-
}
65-
},
66-
"dependencies": {
67-
"@biomejs/js-api": "^3.0.0",
68-
"@biomejs/wasm-nodejs": "^2.2.4",
69-
"@clack/prompts": "^1.0.0-alpha.4",
70-
"consola": "^3.4.2",
71-
"execa": "^9.6.0",
72-
"fs-extra": "^11.3.1",
73-
"gradient-string": "^3.0.0",
74-
"handlebars": "^4.7.8",
75-
"jsonc-parser": "^3.3.1",
76-
"picocolors": "^1.1.1",
77-
"tinyglobby": "^0.2.15",
78-
"trpc-cli": "^0.10.2",
79-
"ts-morph": "^27.0.0",
80-
"zod": "^4.1.5"
81-
},
82-
"devDependencies": {
83-
"@types/fs-extra": "^11.0.4",
84-
"@types/node": "^24.3.1",
85-
"@vitest/ui": "^3.2.4",
86-
"tsdown": "^0.14.2",
87-
"typescript": "^5.9.2",
88-
"vitest": "^3.2.4"
89-
}
2+
"name": "create-better-t-stack",
3+
"version": "2.44.0",
4+
"description": "A modern CLI tool for scaffolding end-to-end type-safe TypeScript projects with best practices and customizable configurations",
5+
"type": "module",
6+
"license": "MIT",
7+
"author": "Aman Varshney",
8+
"bin": {
9+
"create-better-t-stack": "dist/cli.js"
10+
},
11+
"files": [
12+
"templates",
13+
"dist"
14+
],
15+
"keywords": [
16+
"better-t-stack",
17+
"typescript",
18+
"boilerplate",
19+
"starter",
20+
"cli",
21+
"turborepo",
22+
"trpc",
23+
"better-auth",
24+
"monorepo",
25+
"fullstack",
26+
"type-safety",
27+
"react",
28+
"react-native",
29+
"expo",
30+
"hono",
31+
"elysia",
32+
"drizzle",
33+
"prisma",
34+
"tanstack",
35+
"tailwind",
36+
"shadcn",
37+
"pwa",
38+
"tauri",
39+
"biome"
40+
],
41+
"repository": {
42+
"type": "git",
43+
"url": "git+https://github.com/AmanVarshney01/create-better-t-stack.git",
44+
"directory": "apps/cli"
45+
},
46+
"publishConfig": {
47+
"access": "public"
48+
},
49+
"homepage": "https://better-t-stack.dev/",
50+
"scripts": {
51+
"build": "tsdown",
52+
"dev": "tsdown --watch",
53+
"check-types": "tsc --noEmit",
54+
"check": "biome check --write .",
55+
"test": "bun run build && vitest run",
56+
"test:ui": "bun run build && vitest --ui",
57+
"test:with-build": "bun run build && WITH_BUILD=1 vitest --ui",
58+
"prepublishOnly": "npm run build"
59+
},
60+
"exports": {
61+
".": {
62+
"types": "./dist/index.d.ts",
63+
"import": "./dist/index.js"
64+
}
65+
},
66+
"dependencies": {
67+
"@biomejs/js-api": "^3.0.0",
68+
"@biomejs/wasm-nodejs": "^2.2.4",
69+
"@clack/prompts": "^1.0.0-alpha.4",
70+
"consola": "^3.4.2",
71+
"execa": "^9.6.0",
72+
"fs-extra": "^11.3.1",
73+
"gradient-string": "^3.0.0",
74+
"handlebars": "^4.7.8",
75+
"jsonc-parser": "^3.3.1",
76+
"picocolors": "^1.1.1",
77+
"tinyglobby": "^0.2.15",
78+
"trpc-cli": "^0.10.2",
79+
"ts-morph": "^27.0.0",
80+
"zod": "^4.1.5"
81+
},
82+
"devDependencies": {
83+
"@types/fs-extra": "^11.0.4",
84+
"@types/node": "^24.3.1",
85+
"@vitest/ui": "^3.2.4",
86+
"tsdown": "^0.14.2",
87+
"typescript": "^5.9.2",
88+
"vitest": "^3.2.4"
89+
}
9090
}

bun.lock

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
"apps/cli": {
1717
"name": "create-better-t-stack",
18-
"version": "2.43.1",
18+
"version": "2.44.0",
1919
"bin": {
2020
"create-better-t-stack": "dist/cli.js",
2121
},
@@ -40,7 +40,6 @@
4040
"@types/node": "^24.3.1",
4141
"@vitest/ui": "^3.2.4",
4242
"tsdown": "^0.14.2",
43-
"tsx": "^4.19.2",
4443
"typescript": "^5.9.2",
4544
"vitest": "^3.2.4",
4645
},

0 commit comments

Comments
 (0)