Skip to content

Commit

Permalink
project metadatas added
Browse files Browse the repository at this point in the history
  • Loading branch information
sinanptm committed Dec 15, 2024
1 parent c3a8ea5 commit c017101
Showing 1 changed file with 49 additions and 9 deletions.
58 changes: 49 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,56 @@
{
"name": "root",
"name": "hospital-management-system",
"version": "1.0.0",
"private": true,
"description": "A modern full-stack (Mern) Ayurvedic healthcare platform featuring real-time video consultations, AI-powered health insights, secure payment processing, appointment management, and electronic prescriptions. Built with Next.js, Node.js, and WebRTC for a seamless healthcare experience.",
"keywords": [
"ayurveda",
"healthcare",
"hospital-management",
"telemedicine",
"video-consultation",
"next-js",
"node-js",
"webrtc",
"ai-insights",
"typescript",
"react",
"mongodb",
"stripe-payments",
"socket-io",
"appointment-booking",
"electronic-prescriptions",
"real-time",
"full-stack",
"medical",
"health-tech",
"mern",
"full-stack-project"
],
"scripts": {
"start": "concurrently \"npm run dev --prefix client\" \"npm run dev --prefix server\"",
"format": "concurrently \"npm run format --prefix client\" \"npm run format --prefix server\"",
"dev": "concurrently \"npm run dev --prefix client\" \"npm run dev --prefix server\" \"stripe listen --forward-to localhost:8000/api/webhook\"",
"stripe": "stripe listen --forward-to localhost:8000/api/webhook"
"start": "concurrently \"npm run dev --prefix client\" \"npm run dev --prefix server\"",
"dev": "concurrently \"npm run dev --prefix client\" \"npm run dev --prefix server\" \"stripe listen --forward-to localhost:8000/api/webhook\"",
"format": "concurrently \"npm run format --prefix client\" \"npm run format --prefix server\"",
"stripe:webhook": "stripe listen --forward-to localhost:8000/api/webhook"
},
"author": {
"name": "Muhammed sinan - sinanptm",
"url": "https://github.com/sinanptm"
},
"workspaces": [
"client",
"server"
],
"devDependencies": {
"concurrently": "^8.2.2"
"concurrently": "^8.2.2"
},
"engines": {
"node": ">=22.0.0",
"npm": ">=10.0.0"
},
"author": "Muhammed Sinan",
"license": "ISC"
}
"homepage": "https://github.com/sinanptm/hospital-management-system?tab=readme-ov-file#-avm-ayurvedic",
"repository": {
"type": "git",
"url": "https://github.com/sinanptm/hospital-management-system"
}
}

1 comment on commit c017101

@vercel
Copy link

@vercel vercel bot commented on c017101 Dec 15, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.