Files
2026-03-04 20:02:39 +01:00

18 lines
403 B
JSON

{
"name": "elso-gyakorlat-minta",
"version": "1.0.0",
"description": "Complete reference implementation - First Exercise",
"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"
}
}