{
    "scripts": {
        "test": "echo \"Error: no test specified\" && exit 1",
        "start": "nodemon server.js"
    },
    "dependencies": {
        "axios": "^0.27.2",
        "cors": "^2.8.5",
        "dotenv": "^16.0.1",
        "express": "^4.18.1",
        "mysql": "^2.18.1",
        "node-cache": "^5.1.2",
        "node-schedule": "^2.1.0",
        "nodemon": "^2.0.16"
    }
}
