Elbab/package.json
2026-04-27 03:16:31 +03:00

29 lines
570 B
JSON

{
"name": "elbab",
"version": "1.0.0",
"description": "Elbab Giriş Sistemi",
"main": "app.js",
"scripts": {
"test": "nodemon app.js"
},
"repository": {
"type": "git",
"url": "http://192.168.1.27:3002/Arslansah/Elbab.git"
},
"keywords": [
"elbab",
"arslansah"
],
"author": "Batuhan Coşkun",
"license": "ISC",
"dependencies": {
"dotenv": "^17.4.2",
"express": "^5.2.1",
"json-web-token": "^3.2.0",
"jsonwebtoken": "^9.0.3",
"mysql2": "^3.22.2",
"nodemon": "^3.1.14",
"sequelize": "^6.37.8"
}
}