KubernetesClassAkademik/Clase 1/tareaGermanSantiago/package.json

17 lines
299 B
JSON
Raw Normal View History

2022-09-06 15:46:34 -06:00
{
"name": "mongoapp",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"express": "^4.18.1",
"mongoose": "6.4.1"
}
}