{ "name": "elso-gyakorlat", "version": "1.0.0", "description": "", "main": "index.js", "type": "module", "scripts": { "start": "nodemon src/API/server.js", "test": "echo \"Error: no test specified\" && exit 1" }, "author": "", "license": "ISC", "dependencies": { "express": "^5.2.1", "nodemon": "^3.1.11" } }