|
1 | 1 | {
|
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 | + } |
90 | 90 | }
|
0 commit comments