{ "name": "sofiatraffic-api", "version": "1.0.0", "author": "Georgi Gardev ", "description": "Scrapes Sofia Traffic API and serves it via a local server.", "type": "module", "scripts": { "start": "node server.mjs" }, "dependencies": { "axios": "1.9.0", "axios-cookiejar-support": "6.0.2", "express": "5.1.0", "tough-cookie": "5.1.2" } }