-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1008 Bytes
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) · 1008 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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "swiftex-courier-system",
"version": "1.0.0",
"description": "Intelligent Courier Logistics Engine - A comprehensive courier management system with intelligent routing, real-time tracking, and advanced data structures. Features a dual-interface architecture with C++ console engine and modern web application.",
"main": "server.js",
"scripts": {
"start": "node server.js",
"dev": "nodemon server.js"
},
"keywords": [
"courier",
"logistics",
"routing",
"management",
"tracking-system",
"delivery-management",
"fleet-management",
"dijkstra-algorithm",
"graph-algorithms",
"data-structures",
"queue",
"heap",
"courier-management",
"parcel-tracking",
"intelligent-routing",
"express",
"nodejs",
"rest-api",
"dashboard",
"admin-panel"
],
"author": "",
"license": "ISC",
"dependencies": {
"express": "^4.18.2",
"cors": "^2.8.5"
},
"devDependencies": {
"nodemon": "^3.0.1"
}
}