-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
56 lines (56 loc) · 1.77 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"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\"",
"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"
},
"engines": {
"node": ">=22.0.0",
"npm": ">=10.0.0"
},
"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"
}
}