This commit is contained in:
parent
0e15380aa3
commit
9cef28b135
@ -3,10 +3,11 @@
|
||||
"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"
|
||||
"linux": "bun build ./src/index.js --compile --bytecode --minify --target=bun-linux-x64-baseline --outfile=./dist/linux/kit",
|
||||
"windows": "bun build ./src/index.js --compile --bytecode --minify --target=bun-windows-x64-baseline --outfile=./dist/windows/kit.exe",
|
||||
"pkg-alpine": "pkg --compress GZip . -t node14-alpine-arm64 -o ./dist/alpine/kit",
|
||||
"pkg-windows": "pkg --compress GZip . -t win -o ./dist/windows/kit.exe",
|
||||
"pkg-linux": "pkg --compress GZip . -t node14-linux-arm64 -o ./dist/linux/kit"
|
||||
},
|
||||
"dependencies": {
|
||||
"auto-launch": "^5.0.6",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user