create-bts 3.9.0 → 3.11.0-pr749.7e7198c

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +0 -1
  2. package/package.json +43 -43
package/README.md CHANGED
@@ -21,4 +21,3 @@ For full documentation, please visit [better-t-stack.dev](https://better-t-stack
21
21
  `create-bts` is a shorter alias for the full `create-better-t-stack` command. Both packages provide the same functionality - a modern CLI tool for scaffolding end-to-end type-safe TypeScript projects.
22
22
 
23
23
  All functionality is provided by the main [`create-better-t-stack`](https://www.npmjs.com/package/create-better-t-stack) package.
24
-
package/package.json CHANGED
@@ -1,67 +1,67 @@
1
1
  {
2
2
  "name": "create-bts",
3
- "version": "3.9.0",
3
+ "version": "3.11.0-pr749.7e7198c",
4
4
  "description": "A modern CLI tool for scaffolding end-to-end type-safe TypeScript projects with best practices and customizable configurations (alias for create-better-t-stack)",
5
- "type": "module",
6
- "license": "MIT",
7
- "author": "Aman Varshney",
8
- "main": "./index.js",
9
- "module": "./index.js",
10
- "types": "./index.d.ts",
11
- "exports": {
12
- ".": {
13
- "types": "./index.d.ts",
14
- "import": "./index.js"
15
- },
16
- "./cli": {
17
- "import": "./cli.js"
18
- }
19
- },
20
- "bin": {
21
- "create-bts": "cli.js"
22
- },
23
- "files": [
24
- "cli.js",
25
- "index.js",
26
- "index.d.ts"
27
- ],
28
5
  "keywords": [
29
- "bts",
6
+ "better-auth",
30
7
  "better-t-stack",
31
- "typescript",
8
+ "biome",
32
9
  "boilerplate",
33
- "starter",
10
+ "bts",
34
11
  "cli",
35
- "turborepo",
36
- "trpc",
37
- "better-auth",
38
- "monorepo",
39
- "fullstack",
40
- "type-safety",
41
- "react",
42
- "react-native",
12
+ "drizzle",
13
+ "elysia",
43
14
  "expo",
15
+ "fullstack",
44
16
  "hono",
45
- "elysia",
46
- "drizzle",
17
+ "monorepo",
47
18
  "prisma",
48
- "tanstack",
49
- "tailwind",
50
- "shadcn",
51
19
  "pwa",
20
+ "react",
21
+ "react-native",
22
+ "shadcn",
23
+ "starter",
24
+ "tailwind",
25
+ "tanstack",
52
26
  "tauri",
53
- "biome"
27
+ "trpc",
28
+ "turborepo",
29
+ "type-safety",
30
+ "typescript"
54
31
  ],
32
+ "homepage": "https://better-t-stack.dev/",
33
+ "license": "MIT",
34
+ "author": "Aman Varshney",
55
35
  "repository": {
56
36
  "type": "git",
57
37
  "url": "git+https://github.com/AmanVarshney01/create-better-t-stack.git",
58
38
  "directory": "packages/create-bts"
59
39
  },
40
+ "bin": {
41
+ "create-bts": "cli.js"
42
+ },
43
+ "files": [
44
+ "cli.js",
45
+ "index.d.ts",
46
+ "index.js"
47
+ ],
48
+ "type": "module",
49
+ "main": "./index.js",
50
+ "module": "./index.js",
51
+ "types": "./index.d.ts",
52
+ "exports": {
53
+ ".": {
54
+ "types": "./index.d.ts",
55
+ "import": "./index.js"
56
+ },
57
+ "./cli": {
58
+ "import": "./cli.js"
59
+ }
60
+ },
60
61
  "publishConfig": {
61
62
  "access": "public"
62
63
  },
63
- "homepage": "https://better-t-stack.dev/",
64
64
  "dependencies": {
65
- "create-better-t-stack": "^3.9.0"
65
+ "create-better-t-stack": "3.11.0-pr749.7e7198c"
66
66
  }
67
67
  }