aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/package.json
diff options
context:
space:
mode:
author苏向夜 <fu050409@163.com>2026-01-18 16:17:50 +0800
committer苏向夜 <fu050409@163.com>2026-01-18 16:17:50 +0800
commitc659689bc0052a5acdf0e5c80286e8bcb1d43302 (patch)
tree6aa72445a9b5e63c0402588401068d0b2d81c1c3 /package.json
parent30a7da9eb1734e19bdb98083bdaae757e0ce9b3a (diff)
downloadDropOut-c659689bc0052a5acdf0e5c80286e8bcb1d43302.tar.gz
DropOut-c659689bc0052a5acdf0e5c80286e8bcb1d43302.zip
chore(ci): setup semifold
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"
+ }
+ }
+}