27 lines
616 B
JSON
27 lines
616 B
JSON
{
|
|
"name": "wondanes-jwt",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "npx nodemon index.js"
|
|
},
|
|
"author": "Batuhan Coşkun",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"bcryptjs": "^2.4.3",
|
|
"body-parser": "^1.20.3",
|
|
"connect-session-sequelize": "^7.1.7",
|
|
"cookie-parser": "^1.4.7",
|
|
"cors": "^2.8.5",
|
|
"express": "^4.21.2",
|
|
"express-session": "^1.18.1",
|
|
"express-session-sequelize": "^2.3.0",
|
|
"jsonwebtoken": "^9.0.2",
|
|
"mediaserver": "^0.1.1",
|
|
"mysql2": "^3.12.0",
|
|
"nodemon": "^3.1.9",
|
|
"sequelize": "^6.37.5"
|
|
}
|
|
}
|