mirror of
https://github.com/FranP-code/create-better-t-stack.git
synced 2025-10-12 23:52:15 +00:00
Add package manager specific support for Tauri setup
This commit is contained in:
@@ -13,6 +13,7 @@
|
||||
"url": "git+https://github.com/better-t-stack/create-better-t-stack.git",
|
||||
"directory": "apps/cli"
|
||||
},
|
||||
"files": ["dist", "template"],
|
||||
"homepage": "https://better-t-stack.pages.dev/",
|
||||
"scripts": {
|
||||
"build": "tsup",
|
||||
@@ -22,10 +23,6 @@
|
||||
"test": "vitest run",
|
||||
"prepublishOnly": "npm run build"
|
||||
},
|
||||
"files": [
|
||||
"dist",
|
||||
"template"
|
||||
],
|
||||
"dependencies": {
|
||||
"@clack/prompts": "^0.10.0",
|
||||
"commander": "^13.1.0",
|
||||
|
||||
Reference in New Issue
Block a user