docs: package.json

This commit is contained in:
Burt 2024-01-24 11:11:56 +08:00
parent ec9ccae9b4
commit 9227d0c5b0
2 changed files with 6 additions and 1 deletions

View File

@ -76,7 +76,7 @@
## ⚙️ 环境
- pnpm>=8.12
- pnpm>=7.30
- node>=18
## 📦 运行

View File

@ -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",