modpack-client/package.json

14 lines
437 B
JSON
Raw Normal View History

2024-02-23 06:07:13 +00:00
{
2024-02-23 11:27:26 +00:00
"name": "modpack-client",
"version": "1.0.0",
"main": "src/index.js",
"scripts": {
"build:linux": "yarn nexe -i src/index.js -o build/modpack-client -t linux-x64-20.11.1 --remote https://oldcdn.madhouselabs.net/nexe",
"build:win": "yarn nexe -i src/index.js -o build/modpack-client.exe -t windows-x64-14.5.0"
},
"dependencies": {},
"devDependencies": {
"nexe": "^4.0.0-rc.4"
}
2024-02-23 06:07:13 +00:00
}