20 lines
428 B
JSON
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"
|
|
}
|
|
}
|