diff --git a/package.json b/package.json index 017f798..ba468f9 100644 --- a/package.json +++ b/package.json @@ -1,18 +1,11 @@ { - "name": "cod-stats-tracker", + "name": "codtracker-js", "version": "1.0.0", - "description": "A simple web app to track Call of Duty stats", + "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": { - "start": "node server.js", - "dev": "nodemon server.js" - }, - "dependencies": { - "body-parser": "^1.20.2", - "call-of-duty-api": "^4.1.0", - "express": "^4.18.2" - }, - "devDependencies": { - "nodemon": "^3.0.1" + "build": "node ./src/js/build.js", + "start": "node app.js", + "dev": "nodemon app.js" } }