Files
create-better-t-stack/apps/cli/package.json
github-actions[bot] 6c8e206e59 Version Packages (#275)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-05-22 21:03:35 +05:30

75 lines
1.6 KiB
JSON

{
"name": "create-better-t-stack",
"version": "2.12.0",
"description": "A modern CLI tool for scaffolding end-to-end type-safe TypeScript projects with best practices and customizable configurations",
"type": "module",
"license": "MIT",
"author": "Aman Varshney",
"bin": {
"create-better-t-stack": "dist/index.js"
},
"files": [
"templates",
"dist"
],
"keywords": [
"better-t-stack",
"typescript",
"boilerplate",
"starter",
"cli",
"turborepo",
"trpc",
"better-auth",
"monorepo",
"fullstack",
"type-safety",
"react",
"react-native",
"expo",
"hono",
"elysia",
"drizzle",
"prisma",
"tanstack",
"tailwind",
"shadcn",
"pwa",
"tauri",
"biome"
],
"repository": {
"type": "git",
"url": "git+https://github.com/AmanVarshney01/create-better-t-stack.git",
"directory": "apps/cli"
},
"homepage": "https://better-t-stack.amanv.dev/",
"scripts": {
"build": "tsdown",
"dev": "tsdown --watch",
"check-types": "tsc --noEmit",
"check": "biome check --write .",
"test": "vitest run",
"prepublishOnly": "npm run build"
},
"dependencies": {
"@clack/prompts": "^0.10.1",
"consola": "^3.4.2",
"execa": "^9.5.3",
"fs-extra": "^11.3.0",
"globby": "^14.1.0",
"gradient-string": "^3.0.0",
"handlebars": "^4.7.8",
"picocolors": "^1.1.1",
"yargs": "^17.7.2"
},
"devDependencies": {
"@types/fs-extra": "^11.0.4",
"@types/globby": "^9.1.0",
"@types/node": "^22.15.17",
"@types/yargs": "^17.0.33",
"tsdown": "^0.9.9",
"typescript": "^5.8.3"
}
}