Files
DeEarthX-V3/package.json
2025-09-13 21:05:14 +08:00

20 lines
516 B
JSON

{
"name": "deearthx-v3",
"version": "1.0.0",
"description": "main",
"repository": {
"type": "git",
"url": "https://git.tianpao.top/Tianpao/DeEarthX-V3.git"
},
"license": "ISC",
"author": "Tianpao",
"type": "module",
"main": "./.build/build.js",
"scripts": {
"backend":"cd ./backend && npm run build",
"upx":".\\.build\\upx.exe .\\backend\\dist\\Dex-v3-core.exe",
"tauri":"cd ./front && npm run tauri build",
"build":"npm run tauri && npm run backend && npm run upx"
}
}