Files
DeEarthX/package.json
2026-02-14 12:41:37 +00:00

22 lines
624 B
JSON

{
"name": "deearthx-v3",
"version": "1.0.0",
"description": "main",
"repository": {
"type": "git",
"url": "https://git.xcclyc.cn/15736060610/DeEarthX.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"
}
}