kit.program/kit/package.json
cheney 9c62274108
Some checks failed
TDevOPsCICD / build-image (push) Failing after 1m22s
:1 test ci
2025-10-22 14:39:24 +08:00

25 lines
796 B
JSON

{
"name": "kit",
"version": "0.1",
"bin": "src/index.js",
"scripts": {
"redhat": "bun build ./src/index.js --compile --bytecode --minify --target=bun-linux-x64-baseline --outfile=./dist/linux/kit",
"alpine": "pkg --compress GZip . -t node14-alpine-arm64 -o ./dist/alpine/kit",
"windows": "pkg --compress GZip . -t win -o ./dist/windows/kit.exe",
"linux": "pkg --compress GZip . -t node14-linux-arm64 -o ./dist/linux/kit"
},
"dependencies": {
"auto-launch": "^5.0.6",
"cross-port-killer": "^1.4.0",
"diskusage-ng": "^1.0.4",
"extract-zip": "^2.0.1",
"get-port": "^7.0.0",
"json5": "^2.2.3",
"log4js": "^6.9.1",
"physical-cpu-count": "^2.0.0",
"sm-crypto": "^0.3.13",
"systeminformation": "^5.25.11",
"webdav": "^5.3.1"
}
}