{
    "$schema": "https://json.schemastore.org/package.json",
    "private": true,
    "type": "module",
    "scripts": {
        "test": "echo \"API-only project - no frontend build needed\""
    },
    "devDependencies": {
        "axios": "^1.11.0"
    }
}
