Files
DeEarthX-V3/package.json
Tianpao a0a600eef7 build
2025-12-05 12:19:41 +08:00

22 lines
625 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\\core.exe",
"tauri":"cd ./front && npm run tauri build",
"back2front":"node b2f.js b2f",
"build2root":"node b2f.js b2r",
"build":"npm run backend && npm run upx && npm run back2front && npm run tauri && npm run build2root"
}
}