aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json6
1 files changed, 4 insertions, 2 deletions
diff --git a/package.json b/package.json
index 4d1093b..7c20e86 100644
--- a/package.json
+++ b/package.json
@@ -4,6 +4,7 @@
"private": true,
"description": "Dropout, the next-generation Minecraft game launcher",
"scripts": {
+ "generate": "cargo test export_bindings && biome check packages/ui-new/src/types packages/ui-new/src/client.ts --fix",
"bump-tauri": "tsx scripts/bump-tauri.ts",
"prepare": "prek install"
},
@@ -16,7 +17,7 @@
"modpack"
],
"license": "MIT",
- "packageManager": "pnpm@10.27.0",
+ "packageManager": "pnpm@10.30.2",
"dependencies": {
"consola": "^3.4.2",
"toml": "^3.0.0"
@@ -34,7 +35,8 @@
},
"onlyBuiltDependencies": [
"@j178/prek",
- "esbuild"
+ "esbuild",
+ "msw"
]
}
}