mirror of
https://github.com/YuzuZensai/Minikura.git
synced 2026-01-31 14:57:49 +00:00
✨ feat: Initialized project
This commit is contained in:
21
package.json
Normal file
21
package.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"name": "@minikura/repo",
|
||||
"version": "0.0.1",
|
||||
"workspaces": ["apps/*", "packages/*"],
|
||||
"packageManager": "bun@1.1.28",
|
||||
"scripts": {
|
||||
"dev": "turbo dev --parallel",
|
||||
"web": "bun --bun run --cwd apps/web dev",
|
||||
"lint": "biome lint .",
|
||||
"lint:fix": "biome lint --apply .",
|
||||
"format": "biome format .",
|
||||
"format:fix": "biome format --write .",
|
||||
"studio": "drizzle-kit studio",
|
||||
"push": "drizzle-kit push"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@biomejs/biome": "^1.9.1",
|
||||
"concurrently": "^9.0.1",
|
||||
"turbo": "^2.1.2"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user