26 lines
564 B
JSON
26 lines
564 B
JSON
{
|
|
"name": "server",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"type": "module",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"start": "node index.js",
|
|
"dev": "nodemon index.js"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"body-parser": "^1.20.2",
|
|
"cors": "^2.8.5",
|
|
"country-iso-2-to-3": "^1.1.0",
|
|
"dotenv": "^16.4.5",
|
|
"express": "^4.19.2",
|
|
"helmet": "^7.1.0",
|
|
"mongoose": "^8.2.4",
|
|
"morgan": "^1.10.0",
|
|
"nodemon": "^3.1.0"
|
|
}
|
|
}
|