30 lines
620 B
JSON
30 lines
620 B
JSON
{
|
||
"name": "sina",
|
||
"version": "1.0.0",
|
||
"description": "Sina, bir çeşit kitap veritabanıdır.",
|
||
"main": "start.js",
|
||
"scripts": {
|
||
"test": "nodemon run start.js"
|
||
},
|
||
"repository": {
|
||
"type": "git",
|
||
"url": "http://localhost:3002/Arslansah/Sina.git"
|
||
},
|
||
"keywords": [
|
||
"kitap"
|
||
],
|
||
"author": "Batuhan Coskun",
|
||
"license": "ISC",
|
||
"dependencies": {
|
||
"axios": "^1.11.0",
|
||
"cookie-parser": "^1.4.7",
|
||
"cors": "^2.8.5",
|
||
"dotenv": "^17.2.0",
|
||
"express": "^5.1.0",
|
||
"jsonwebtoken": "^9.0.2",
|
||
"mysql2": "^3.14.2",
|
||
"nodemon": "^3.1.10",
|
||
"sequelize": "^6.37.7"
|
||
}
|
||
}
|