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