{ "private": true, "name": "postgres-gtfs-rest-api", "description": "REST API to interact with postgres database", "version": "0.22.1", "main": "index.js", "keywords": [ "public", "transport", "mobility", "postgresql", "rest", "api" ], "author": "Software Ingenieur Begerad ", "homepage": "https://git.wtf-eg.de/dancesWithCycles/gtfs-display", "repository": "https://git.wtf-eg.de/dancesWithCycles/gtfs-display", "bugs": "https://git.wtf-eg.de/dancesWithCycles/gtfs-display/issues", "license": "GPL-3.0-or-later", "engines": { "node": "<=18.19.0" }, "scripts": { "dev": "nodemon index.js", "start": "node index.js" }, "dependencies": { "compression": "1.7.4", "cors": "2.8.5", "debug": "4.3.4", "dotenv": "16.3.1", "express": "4.18.2", "express-rate-limit": "7.1.5", "fs": "0.0.1-security", "helmet": "5.1.1", "https": "1.0.0", "pg": "8.11.3" }, "devDependencies": { "nodemon": "3.0.1" } }