Files
jarganyszalon/backend/package.json
Kőszegi Bence a7c705b4d5 first commit
2026-02-09 12:06:28 +01:00

20 lines
428 B
JSON

{
"name": "autoszalonbackend",
"version": "1.0.0",
"description": "backend api az autoszalon frontendhez",
"license": "ISC",
"author": "pp",
"type": "commonjs",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"cors": "^2.8.6",
"express": "^5.2.1",
"sequelize": "^6.37.7",
"sqlite3": "^5.1.7"
}
}