sahaj-daily-health-tips
Version:
Express middleware for generating personalized daily health tips
34 lines • 651 B
JSON
{
"name": "sahaj-daily-health-tips",
"version": "1.0.0",
"description": "Express middleware for generating personalized daily health tips",
"main": "index.js",
"scripts": {
"test": "jest"
},
"keywords": [
"health",
"wellness",
"tips",
"daily",
"middleware",
"express",
"generator",
"fitness",
"lifestyle",
"advice"
],
"author": "Sahaj Hospital",
"license": "MIT",
"dependencies": {
"cors": "^2.8.5",
"express": "^4.17.1"
},
"devDependencies": {
"jest": "^27.0.6"
},
"bugs": {
"url": "https://sahajhospital.com"
},
"homepage": "https://sahajhospital.com"
}