feat:首次提交(无法使用)

This commit is contained in:
Tianpao
2025-07-02 19:52:56 +08:00
parent fc20a736c4
commit 839d208029
15 changed files with 772 additions and 35 deletions

View File

@@ -8,23 +8,32 @@
"main": "main.js",
"scripts": {
"tsbuild": "tsc",
"rollup":"rollup",
"rollup": "rollup -c rollup.config.js",
"nexe": "nexe -i ./ndist/main.js --ico Dex.ico --build -t x86-22.13.0 --output ./ndist/main.exe",
"upx": ".\\.dist_modules\\upx.exe .\\ndist\\main.exe",
"build": "npm run tsbuild&&npm run rollup&&npm run nexe&&npm run upx",
"test": "tsc&&node dist/main.js"
},
"dependencies": {
"adm-zip": "^0.5.16",
"chalk": "^5.4.1",
"cli-progress": "^3.12.0",
"fs-extra": "^11.3.0",
"got": "^14.4.7",
"inquirer": "^12.6.3",
"minizlib": "^3.0.2",
"p-map": "^7.0.3",
"p-retry": "^6.2.1"
"p-retry": "^6.2.1",
"toml": "^3.0.0",
"yauzl": "^3.2.0"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^28.0.6",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^16.0.1",
"@types/adm-zip": "^0.5.7",
"@types/cli-progress": "^3.11.6",
"@types/fs-extra": "^11.0.4",
"@types/yauzl": "^2.10.3",
"nexe": "^5.0.0-beta.4",
"rollup": "^4.44.1",
"typescript": "^5.8.3"