NodeJS/crud-operations-mongodb/package.json
{
"name": "crud-operations-mongodb",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"express": "^5.0.0",
"mongodb": "^6.8.0"
}
}