intern-Assignment/Node-Assignments/middlewares/package.json
2025-01-31 15:20:39 +05:30

15 lines
257 B
JSON

{
"name": "middlewares",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"express": "^4.21.2"
}
}