chore: add build commands

This commit is contained in:
Rim 2025-04-01 07:31:42 -04:00
parent 9b2a71ef44
commit 8deda3905c
2 changed files with 3 additions and 1 deletions

View File

@ -11,7 +11,9 @@
"description": "Extremely detailed Web GUI to fetch comprehensive user, player and recent game statistics from the API. Delivers insights beyond the in-game Barracks and cod.tracker.gg",
"main": "app.js",
"scripts": {
"build": "node ./src/js/build.js",
"deploy": "node ./src/js/deploy.js",
"build-win": "pkg . --targets node18-win-x64 --experimental-modules --output dist/codtracker-js.exe",
"build-linux": "pkg . --targets node18-linux-x64 --experimental-modules --output dist/codtracker-js",
"start": "node app.js",
"dev": "nodemon app.js"
},