aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json27
1 files changed, 27 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..d410720
--- /dev/null
+++ b/package.json
@@ -0,0 +1,27 @@
+{
+ "name": "@dropout/dropout",
+ "version": "0.1.0",
+ "private": true,
+ "description": "Dropout, the next-generation Minecraft game launcher",
+ "scripts": {
+ "prepare": "prek install"
+ },
+ "keywords": [
+ "dropout",
+ "minecraft",
+ "launcher",
+ "game",
+ "mod",
+ "modpack"
+ ],
+ "license": "MIT",
+ "packageManager": "pnpm@10.27.0",
+ "devDependencies": {
+ "@j178/prek": "^0.2.29"
+ },
+ "pnpm": {
+ "overrides": {
+ "vite": "npm:rolldown-vite@^7"
+ }
+ }
+}