intern-Assignment/Node-Assignments/HandleUsers/package.json

15 lines
257 B
JSON
Raw Normal View History

2025-01-31 09:50:39 +00:00
{
"name": "handleusers",
"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"
}
}