Files
DeEarthX-CE/package.json
15736060610 4654f36202
Some checks failed
CI/CD / Code Check (push) Has been cancelled
CI/CD / Build Windows (push) Has been cancelled
项目迁移
2026-03-14 21:11:59 +08:00

25 lines
696 B
JSON

{
"name": "deearthx-v3",
"version": "1.0.0",
"description": "main",
"repository": {
"type": "git",
"url": "https://git.xcclyc.cn/15736060610/DeEarthX-CE.git"
},
"license": "ISC",
"author": "DexV3 Team",
"type": "module",
"main": "./.build/build.js",
"scripts": {
"backend": "cd ./backend && pnpm run build",
"upx": ".\\.build\\upx.exe .\\backend\\dist\\core.exe",
"tauri": "cd ./front && pnpm run tauri build",
"back2front": "node b2f.js b2f",
"build2root": "node b2f.js b2r",
"build": "pnpm run backend && pnpm run upx && pnpm run back2front && pnpm run tauri && pnpm run build2root"
},
"devDependencies": {
"archiver": "^7.0.1"
}
}