Files
Seewo-HugoAura/package.json
Minoricew cd946a60fb [🛠️ Fix] Add vcredist inst check & Improve Aikari lifecycle mgmt
1. [+] 添加了对于 VC Redist 是否安装的状态检查 & 引导
2. [*] 略微调整和改进了 Aikari 的生命周期管理, 避免彻底卡死等情况, 添加更多的错误说明
2025-11-18 19:37:52 +08:00

22 lines
522 B
JSON
Executable File

{
"name": "HugoAura",
"version": "0.2.0-rc1-p1",
"description": "Aura for SeewoHugo",
"main": "app.asar/main.js",
"dependencies": {},
"devDependencies": {
"electron": "^36.3.2"
},
"scripts": {},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/HugoAura/Seewo-HugoAura.git"
},
"author": "Minoricew",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/HugoAura/Seewo-HugoAura/issues"
},
"homepage": "https://github.com/HugoAura/Seewo-HugoAura"
}