Files
DeEarthX-V2/package.json

45 lines
1.2 KiB
JSON

{
"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 ./dist/bundle.js --ico Dex.ico --build -t x86-22.13.0 --output ./dist/DeEarthX.exe",
"upx": ".\\dist_modules\\upx.exe .\\dist\\DeEarthX.exe",
"build": "npm run rollup&&npm run nexe&&npm run upx",
"test": "tsc&&node dist/main.js"
},
"dependencies": {
"adm-zip": "^0.5.16",
"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",
"picocolors": "^1.1.1",
"smol-toml": "^1.4.1",
"yauzl": "^3.2.0"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^28.0.6",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^16.0.1",
"@rollup/plugin-typescript": "^12.1.4",
"@types/adm-zip": "^0.5.7",
"@types/cli-progress": "^3.11.6",
"@types/fs-extra": "^11.0.4",
"@types/inquirer": "^9.0.8",
"@types/yauzl": "^2.10.3",
"nexe": "^5.0.0-beta.4",
"rollup": "^4.44.1",
"typescript": "^5.8.3"
}
}