@@ -76,7 +76,7 @@
## ⚙️ 环境
-- pnpm>=8.12
+- pnpm>=7.30
- node>=18
## 📦 运行
@@ -11,6 +11,11 @@
"gitee": "https://gitee.com/codercup/unibest"
},
"repository": "https://github.com/codercup/unibest",
+ "license": "MIT",
+ "engines": {
+ "node": ">=18",
+ "pnpm": ">=7.30"
+ },
"scripts": {
"postinstall": "sh ./shell/postinstall.sh",
"dev:app": "uni -p app",