github.com/grafana/pyroscope@v1.18.0/examples/language-sdk-instrumentation/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 "start": "node index.js", 8 "test": "echo \"Error: no test specified\" && exit 1" 9 }, 10 "author": "", 11 "license": "Apache-2.0", 12 "dependencies": { 13 "@pyroscope/nodejs": "v0.4.8", 14 "express": "^4.19.2", 15 "morgan": "^1.10.0" 16 }, 17 "resolutions": { 18 "protobufjs": "^7.2.5", 19 "tar": "^6.2.1" 20 } 21 }