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

19 lines
349 B
JSON

{
"dependencies": {
"express": "^4.21.2",
"hbs": "^4.2.0",
"moment": "^2.30.1",
"superheroes": "^4.0.0"
},
"name": "practice-2",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": ""
}