Files
sofia-traffic-info/package.json
Georgi Gardev 6a64e2939e Initial commit
2025-05-14 12:45:23 +03:00

17 lines
391 B
JSON

{
"name": "sofiatraffic-api",
"version": "1.0.0",
"author": "Georgi Gardev <georgi@gar.dev>",
"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"
}
}