codtracker-js/package.json
2025-04-02 06:50:39 -04:00

35 lines
1.1 KiB
JSON

{
"name": "codtracker-js",
"bin": "app.js",
"pkg": {
"assets": [
"src/**/*",
"!node_modules/undici/lib/cache/sqlite-cache-store.js"
]
},
"version": "1.0.0",
"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": {
"deploy": "node ./src/js/deploy.js",
"build:win64": "pkg . --targets node18-win-x64 --experimental-modules --icon src/images/favicon.ico --output dist/codtrackerjs-aio-win-amd64.exe",
"build:linux64": "pkg . --targets node18-linux-x64 --experimental-modules --output dist/codtrackerjs-aio-linux-amd64",
"start": "node app.js",
"lint": "prettier --write .",
"dev": "nodemon app.js"
},
"dependencies": {
"body-parser": "^2.2.0",
"csso": "^5.0.5",
"express": "^4.21.2",
"glob": "^11.0.1",
"html-minifier": "^4.0.0",
"pkg": "^5.8.1",
"prettier": "^3.5.3",
"serve-favicon": "^2.5.0",
"terser": "^5.39.0",
"tslib": "^2.8.1",
"undici": "^7.6.0"
}
}