{ "name": "subway-api", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "test": "jest", "start": "node index.js" }, "author": "Mari Galicer", "license": "MIT", "dependencies": { "cors": "^2.8.5", "csv-parse": "^4.3.1", "dotenv": "^6.2.0", "express": "^4.16.4", "gtfs-realtime-bindings": "0.0.4", "request": "^2.88.0", "xmlhttprequest": "^1.8.0" }, "devDependencies": { "jest": "^23.6.0" } }