12 lines
376 B
JSON
12 lines
376 B
JSON
{
|
|
"name": "codtracker-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": {
|
|
"build": "node ./src/js/build.js",
|
|
"start": "node app.js",
|
|
"dev": "nodemon app.js"
|
|
}
|
|
}
|