35 lines
785 B
JSON
35 lines
785 B
JSON
{
|
|
"name": "socialbuddy_app_backend",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "server.js",
|
|
"type": "commonjs",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"start": "node server.js",
|
|
"dev": "nodemon server.js"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"axios": "^1.12.2",
|
|
"bcrypt": "^6.0.0",
|
|
"body-parser": "^2.2.0",
|
|
"cors": "^2.8.5",
|
|
"dotenv": "^17.2.3",
|
|
"express": "^5.2.1",
|
|
"jsonwebtoken": "^9.0.3",
|
|
"mongoose": "^8.19.3",
|
|
"node-fetch": "^3.3.2",
|
|
"nodemailer": "^7.0.10",
|
|
"passport": "^0.7.0",
|
|
"passport-google-oauth20": "^2.0.0",
|
|
"passport-jwt": "^4.0.1",
|
|
"stripe": "^20.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"nodemon": "^3.1.10"
|
|
}
|
|
}
|