Normalize root package metadata
This commit is contained in:
+6
-7
@@ -1,7 +1,11 @@
|
||||
{
|
||||
"name": "zeavis-edu",
|
||||
"private": true,
|
||||
"packageManager": "bun@1.1.42",
|
||||
"scripts": {
|
||||
"dev": "moon run :dev",
|
||||
"build": "moon run :build",
|
||||
"typecheck": "moon run :typecheck"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@moonrepo/cli": "^1.32.4",
|
||||
"typescript": "^5.6.3"
|
||||
@@ -9,10 +13,5 @@
|
||||
"workspaces": [
|
||||
"apps/*",
|
||||
"packages/*"
|
||||
],
|
||||
"scripts": {
|
||||
"dev": "moon run :dev",
|
||||
"build": "moon run :build",
|
||||
"typecheck": "moon run :typecheck"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user