-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 932 Bytes
/
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
{
"name": "memlens-middleware",
"version": "0.0.1",
"description": "MemLens middlware/api layer to service all reads for MemLens project",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js",
"dev": "nodemon server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/harish876/MemLens-middleware.git"
},
"keywords": [
"pyroscope",
"middleware",
"express",
"memory-profiling",
"cpu-profiling"
],
"author": "harish876",
"license": "ISC",
"bugs": {
"url": "https://github.com/harish876/MemLens-middleware/issues"
},
"homepage": "https://github.com/harish876/MemLens-middleware#readme",
"dependencies": {
"axios": "^1.7.7",
"bunyan": "^1.8.15",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"express": "^4.21.1"
},
"devDependencies": {
"nodemon": "^3.1.7"
}
}