{ "name": "telefonkonyv-api", "version": "1.0.0", "description": "Telefonkönyv API (Express + MariaDB)", "main": "api.js", "type": "module", "scripts": { "start": "node api.js", "dev": "node --watch api.js" }, "dependencies": { "dotenv": "^16.4.5", "express": "^4.19.2", "mysql2": "^3.11.3" } }