github.com/pyroscope-io/pyroscope@v0.37.3-0.20230725203016-5f6947968bd0/examples/nodejs/express-pull/package.json (about)

     1  {
     2    "name": "rideshare-app-express-pull",
     3    "version": "1.0.0",
     4    "description": "",
     5    "main": "index.js",
     6    "scripts": {
     7      "test": "echo \"Error: no test specified\" && exit 1"
     8    },
     9    "author": "",
    10    "license": "Apache-2.0",
    11    "dependencies": {
    12      "@pyroscope/nodejs": "^0.2.x",
    13      "express": "^4.17.3",
    14      "morgan": "^1.10.0",
    15      "pprof": "^3.2.0"
    16    },
    17    "resolutions": {
    18      "protobufjs": "^7.2.4"
    19    }
    20  }