deployment
Build CuraFlow HMS / build-and-deploy (push) Successful in 48s
Details
Build CuraFlow HMS / build-and-deploy (push) Successful in 48s
Details
This commit is contained in:
parent
f9bbf2aed2
commit
38b69ac8b9
|
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"name": "curaflow-hms",
|
||||
"version": "1.0.0",
|
||||
"description": "WhatsApp-First Hospital Management System",
|
||||
"main": "backend/server.js",
|
||||
"scripts": {
|
||||
"start": "node backend/server.js",
|
||||
"dev": "nodemon backend/server.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"express": "^4.18.2"
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue