25 lines
505 B
JSON
25 lines
505 B
JSON
{
|
||
"name": "ulak-server",
|
||
"version": "1.0.0",
|
||
"description": "Ulak mobil mesajlaşma sisteminin sunucu yazılımı",
|
||
"main": "app.js",
|
||
"scripts": {
|
||
"test": "nodemon app.js"
|
||
},
|
||
"keywords": [
|
||
"Arslanşah",
|
||
"Ulak"
|
||
],
|
||
"author": "Batuhan Coşkun",
|
||
"license": "ISC",
|
||
"dependencies": {
|
||
"body-parser": "^2.2.2",
|
||
"dotenv": "^17.4.0",
|
||
"express": "^5.2.1",
|
||
"jsonwebtoken": "^9.0.3",
|
||
"mysql2": "^3.20.0",
|
||
"nodemon": "^3.1.14",
|
||
"sequelize": "^6.37.8"
|
||
}
|
||
}
|