chore: remove entries for localized deps & add scripts

This commit is contained in:
Rim 2025-03-29 15:53:15 -04:00
parent 3732623cab
commit a177b9bb4c

View File

@ -1,18 +1,11 @@
{ {
"name": "cod-stats-tracker", "name": "codtracker-js",
"version": "1.0.0", "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", "main": "app.js",
"scripts": { "scripts": {
"start": "node server.js", "build": "node ./src/js/build.js",
"dev": "nodemon server.js" "start": "node app.js",
}, "dev": "nodemon app.js"
"dependencies": {
"body-parser": "^1.20.2",
"call-of-duty-api": "^4.1.0",
"express": "^4.18.2"
},
"devDependencies": {
"nodemon": "^3.0.1"
} }
} }