{ "name": "mhdmap", "version": "1.0.0", "description": "Real-time vehicle tracking for Bratislava public transport", "scripts": { "start": "node server/index.js", "watch": "parcel client/index.html", "build": "parcel build client/index.html" }, "targets": { "default": { "publicUrl": "/mhd" } }, "type": "module", "keywords": [ "mhd", "public transport", "gps", "map", "realtime", "tracking" ], "author": "ericek111", "license": "GPL-3.0-only", "devDependencies": { "express": "^4.18.1", "http-proxy-middleware": "^2.0.6", "knex": "^2.3.0", "nanoid": "^4.0.0", "parcel": "^2.7.0", "pg": "^8.8.0", "tinyws": "^0.1.0" }, "dependencies": { "@bagage/leaflet.restoreview": "^1.0.1", "leaflet": "^1.8.0", "leaflet-geometryutil": "^0.10.1", "leaflet-layervisibility": "^0.1.0-post1", "leaflet-search": "^3.0.2" } }