{
    "name": "game-tracker",
    "version": "1.0.0",
    "description": "Web application to keep track of the games that you already played and the ones that are in your backlog.",
    "main": "app/app.js",
    "scripts": {
        "test": "echo \"Error: no test specified\" && exit 1",
        "start": "node app/app.js | pino-pretty -c"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/BeastHunter19/game-tracker.git"
    },
    "keywords": [
        "videogames"
    ],
    "author": "Francesco Coppola",
    "license": "MIT",
    "bugs": {
        "url": "https://github.com/BeastHunter19/game-tracker/issues"
    },
    "homepage": "https://github.com/BeastHunter19/game-tracker#readme",
    "dependencies": {
        "axios": "^1.3.4",
        "bcryptjs": "^2.4.3",
        "connect-history-api-fallback": "^2.0.0",
        "cookie-parser": "^1.4.6",
        "cors": "^2.8.5",
        "dotenv": "^16.0.3",
        "express": "^4.18.2",
        "express-validator": "^6.15.0",
        "helmet": "^6.0.1",
        "jsonwebtoken": "^9.0.0",
        "mysql2": "^3.2.0",
        "nodemailer": "^6.9.1",
        "passport": "^0.6.0",
        "passport-jwt": "^4.0.1",
        "passport-local": "^1.0.0",
        "pino": "^8.11.0",
        "pino-http": "^8.3.3"
    },
    "devDependencies": {
        "pino-pretty": "^10.0.0"
    }
}
