feat:更新 package.json 添加缺失依赖 #27

Merged
longbot merged 1 commits from zksu-patch-1 into main 2025-11-10 08:16:45 +00:00
1 changed files with 4 additions and 1 deletions
Showing only changes of commit d0b3b54ad8 - Show all commits

View File

@ -47,6 +47,9 @@
"author": "anonymous",
"license": "MIT",
"devDependencies": {
"@midwayjs/mock": "^3.20.11"
"@midwayjs/mock": "^3.20.11",
"cross-env": "^10.1.0",
"mwtsc": "^1.15.2",
"typescript": "^5.9.3"
}
}