chore: remove entries for localized deps & add scripts
This commit is contained in:
parent
3732623cab
commit
a177b9bb4c
17
package.json
17
package.json
@ -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"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user