package.json
313 Bytes
{
"name": "recommandactivity",
"version": "1.0.0",
"description": "",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"body-parser": "^1.20.0",
"ejs": "^3.1.7",
"express": "^4.18.1"
}
}