package.json
{
"name": "ga4-dashboard",
"version": "1.0.1",
"description": "Local GA4 fleet traffic dashboard — readonly, cache-backed",
"main": "server.js",
"scripts": {
"start": "node server.js",
"etl": "python3 etl.py",
"refresh": "python3 etl.py && echo 'ETL done'"
},
"dependencies": {
"express": "^4.19.2",
"basic-auth": "^2.0.1"
}
}