{ "name": "gtfs-realtime-bindings", "version": "0.0.1", "description": "decode GTFS Realtime and log to console", "main": "index.js", "scripts": { "dev": "nodemon index.js", "start": "node index.js", "test": "echo \"Error: no test specified\" && exit 1" }, "author": "Stefan Begerad", "license": "GPL-3.0", "dependencies": { "axios": "1.4.0", "debug": "4.3.4", "dotenv": "16.3.1", "gtfs-realtime-bindings": "1.1.1" }, "devDependencies": { "nodemon": "2.0.7" } }