{ "private": true, "name": "db-rest", "description": "A clean REST API wrapping around the Deutsche Bahn API.", "version": "5.0.0", "main": "index.js", "author": "Jannis R ", "homepage": "https://github.com/derhuerst/db-rest/tree/5", "repository": "derhuerst/db-rest", "bugs": "https://github.com/derhuerst/db-rest/issues", "license": "ISC", "keywords": [ "public", "transport", "api", "http", "rest", "deutsche bahn", "db" ], "engines": { "node": ">=10" }, "dependencies": { "cli-native": "^1.0.0", "db-hafas": "^5.0.2", "db-stations": "^3.0.0", "db-stations-autocomplete": "^2.2.0", "etag": "^1.8.1", "hafas-client-health-check": "^2.1.1", "hafas-rest-api": "^3.3.0", "serve-buffer": "^2.0.0" }, "devDependencies": { "pino-pretty": "^4.0.0" }, "scripts": { "start": "node index.js" } }