All checks were successful
gitea/MERN_STACK_TEMPLATE/pipeline/head This commit looks good
22 lines
432 B
JSON
22 lines
432 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": {
|
|
"dotenv": "^16.5.0",
|
|
"express": "^5.1.0",
|
|
"mongoose": "^8.14.1",
|
|
"nodemon": "^3.1.10"
|
|
}
|
|
}
|