chore(release): 更新压缩脚本

This commit is contained in:
2025-12-27 17:55:09 +08:00
parent c422a51fb8
commit bc89550a28
4 changed files with 2570 additions and 50 deletions

22
package.json Normal file
View File

@@ -0,0 +1,22 @@
{
"name": "help",
"version": "1.0.0",
"description": "本项目是为POCT检测分析平台客户定制开发的微信小程序用于展示和销售POCT检测分析平台产品提供在线购物、订单管理、用户中心等功能。",
"main": "app.js",
"scripts": {
"build": "node release.js -k",
"release": "node release.js"
},
"repository": {
"type": "git",
"url": "https://git.aigc-quickapp.com/Uniapp/mp-weixin-2811-xcx.aigc-quickapp.com.git"
},
"author": "",
"license": "ISC",
"devDependencies": {
"mini-optimizer": "^1.0.3-beta.7"
},
"dependencies": {
"@babel/core": "^7.28.5"
}
}