mirror of
https://github.com/dream-pep/koring-launcher.git
synced 2026-09-12 05:45:18 +08:00
33 lines
911 B
JSON
33 lines
911 B
JSON
{
|
|||
|
|
"name": "koring-sidecar",
|
||
|
|
"version": "0.1.0",
|
||
|
|
"private": true,
|
||
|
|
"type": "module",
|
||
|
|
"main": "dist/index.js",
|
||
|
|
"bin": {
|
||
|
|
"koring-sidecar": "dist/index.js"
|
||
|
|
},
|
||
|
|
"scripts": {
|
||
|
|
"dev": "tsx src/index.ts",
|
||
|
|
"build": "tsc",
|
||
|
|
"compile": "bun build --compile --target=bun-windows-arm64 src/index.ts --outfile bin/koring-sidecar-aarch64-pc-windows-msvc.exe",
|
||
|
|
"compile:x64": "bun build --compile --target=bun-windows-x64 src/index.ts --outfile bin/koring-sidecar-x86_64-pc-windows-msvc.exe"
|
||
|
|
},
|
||
|
|
"dependencies": {
|
||
|
|
"@xmcl/core": "^2.15.1",
|
||
|
|
"@xmcl/installer": "^6.1.2",
|
||
|
|
"@xmcl/user": "^4.3.0",
|
||
|
|
"@xmcl/modrinth": "^2.5.0",
|
||
|
|
"@xmcl/curseforge": "^2.2.0",
|
||
|
|
"@xmcl/nbt": "^3.0.2",
|
||
|
|
"@xmcl/system": "^2.2.9",
|
||
|
|
"uuid": "^11.1.0"
|
||
|
|
},
|
||
|
|
"devDependencies": {
|
||
|
|
"@types/node": "^22.0.0",
|
||
|
|
"@types/uuid": "^10.0.0",
|
||
|
|
"tsx": "^4.19.0",
|
||
|
|
"typescript": "~5.8.3"
|
||
|
|
}
|
||
|
|
}
|