UNPKG

create-better-t-stack

Version:

A modern CLI tool for scaffolding end-to-end type-safe TypeScript projects with best practices and customizable configurations

96 lines (95 loc) 2.23 kB
{ "name": "create-better-t-stack", "version": "3.11.0", "description": "A modern CLI tool for scaffolding end-to-end type-safe TypeScript projects with best practices and customizable configurations", "keywords": [ "better-auth", "better-t-stack", "biome", "boilerplate", "cli", "drizzle", "elysia", "expo", "fullstack", "hono", "monorepo", "prisma", "pwa", "react", "react-native", "shadcn", "starter", "tailwind", "tanstack", "tauri", "trpc", "turborepo", "type-safety", "typescript" ], "homepage": "https://better-t-stack.dev/", "license": "MIT", "author": "Aman Varshney", "repository": { "type": "git", "url": "git+https://github.com/AmanVarshney01/create-better-t-stack.git", "directory": "apps/cli" }, "bin": { "create-better-t-stack": "dist/cli.mjs" }, "files": [ "dist", "templates" ], "type": "module", "exports": { ".": { "types": "./dist/index.d.mts", "import": "./dist/index.mjs" }, "./cli": { "import": "./dist/cli.mjs" } }, "publishConfig": { "access": "public" }, "scripts": { "build": "tsdown --publint", "dev": "tsdown --watch", "check-types": "tsc --noEmit", "test": "bun run build && bun test", "test:watch": "bun run build && bun test --watch", "test:coverage": "bun run build && bun test --coverage", "test:ci": "bun run build && AGENT=1 bun test --bail=5", "prepublishOnly": "npm run build" }, "dependencies": { "@better-t-stack/types": "^3.11.0", "@clack/prompts": "^1.0.0-alpha.8", "@orpc/server": "^1.13.0", "consola": "^3.4.2", "execa": "^9.6.1", "fs-extra": "^11.3.3", "gradient-string": "^3.0.0", "handlebars": "^4.7.8", "jsonc-parser": "^3.3.1", "oxfmt": "^0.19.0", "picocolors": "^1.1.1", "tinyglobby": "^0.2.15", "trpc-cli": "^0.12.1", "ts-morph": "^27.0.2", "yaml": "^2.8.2", "zod": "^4.2.1" }, "devDependencies": { "@types/bun": "^1.3.5", "@types/fs-extra": "^11.0.4", "@types/node": "^25.0.3", "publint": "^0.3.16", "tsdown": "^0.18.2", "typescript": "^5.9.3" } }