-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 721 Bytes
/
Copy pathpackage.json
File metadata and controls
26 lines (26 loc) · 721 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
{
"name": "cloud-native-microservices-demo",
"version": "1.0.0",
"private": true,
"description": "Reference implementation for IEEE paper: Cloud-Native Microservices Architecture for Scalable Web Applications",
"license": "MIT",
"scripts": {
"start": "node demo/server.js",
"benchmarks": "bash benchmarks/run_benchmarks.sh",
"charts": "python3 benchmarks/make_charts.py"
},
"dependencies": {
"body-parser": "^2.3.0",
"cors": "^2.8.6",
"docx": "^9.7.1",
"express": "^5.2.1",
"http-proxy-middleware": "^4.2.0",
"jsonwebtoken": "^9.0.3",
"morgan": "^1.11.0",
"pidusage": "^4.0.1",
"uuid": "^14.0.1"
},
"devDependencies": {
"autocannon": "^8.0.0"
}
}