-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 971 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 971 Bytes
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
{
"name": "ambulance_booking",
"version": "1.0.0",
"description": "The **Ambulance Booking System** is a **Next.js-based web application** designed to streamline ambulance booking and emergency response coordination. \r It allows patients and drivers to interact in real-time through a **secure, intuitive, and responsive platform**, ensuring faster medical assistance during emergencies.",
"main": "index.js",
"scripts": {
"dev": "concurrently \"npm run backend\" \"npm run frontend\"",
"backend": "npm run dev --prefix backend",
"frontend": "npm run dev --prefix frontend"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Hariksh/Ambulance_Booking.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Hariksh/Ambulance_Booking/issues"
},
"homepage": "https://github.com/Hariksh/Ambulance_Booking#readme",
"dependencies": {
"concurrently": "^9.2.1"
}
}