22 lines
625 B
JSON
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"
|
|
}
|
|
}
|