25 lines
462 B
JSON
25 lines
462 B
JSON
{
|
|
"name": "mini-crud",
|
|
"version": "1.0.0",
|
|
"main": "app.js",
|
|
"scripts": {
|
|
"start": "nodemon app.js",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"description": "",
|
|
"dependencies": {
|
|
"bcrypt": "^6.0.0",
|
|
"dotenv": "^16.5.0",
|
|
"express": "^5.1.0",
|
|
"jsonwebtoken": "^9.0.2",
|
|
"mongodb": "^6.16.0",
|
|
"mongoose": "^8.15.1",
|
|
"nodemon": "^3.1.10"
|
|
}
|
|
|
|
|
|
}
|