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",
|
||||
"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"
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user