Files
MERN_STACK_TEMPLATE/backend/package.json
Dongho Kim 3f76d4f3d4
All checks were successful
gitea/MERN_STACK_TEMPLATE/pipeline/head This commit looks good
+ signup and + verify
2025-05-02 22:19:30 +02:00

25 lines
514 B
JSON

{
"name": "backend",
"version": "1.0.0",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js",
"dev": "nodemon server.js"
},
"keywords": [],
"author": "",
"type": "module",
"license": "ISC",
"description": "",
"dependencies": {
"bcryptjs": "^3.0.2",
"dotenv": "^16.5.0",
"express": "^5.1.0",
"jsonwebtoken": "^9.0.2",
"mailtrap": "^4.1.0",
"mongoose": "^8.14.1",
"nodemon": "^3.1.10"
}
}