{ "name": "deearthx-v2", "version": "2.0.0", "description": "", "license": "ISC", "author": "Tianpao", "type": "module", "main": "main.js", "scripts": { "tsbuild": "tsc", "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", "dotenv": "^17.0.1", "fs-extra": "^11.3.0", "got": "^14.4.7", "inquirer": "^12.6.3", "p-map": "^7.0.3", "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" } }