Normalize root package metadata

This commit is contained in:
Asep Haryana Saputra
2026-05-22 13:06:43 +00:00
parent 99285d1663
commit 22e9f5d536
+6 -7
View File
@@ -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"
}
]
}