github.com/grafana/pyroscope@v1.18.0/examples/language-sdk-instrumentation/nodejs/tinyhttp/package.json (about) 1 { 2 "name": "rideshare-app-express", 3 "version": "1.0.0", 4 "description": "", 5 "main": "index.js", 6 "type": "module", 7 "scripts": { 8 "start": "node index.js", 9 "test": "echo \"Error: no test specified\" && exit 1", 10 "start:local": "PYROSCOPE_URL=http://localhost:4040 yarn start", 11 "up": "yarn down && docker compose up --build --force-recreate --no-deps", 12 "down": "docker compose down" 13 }, 14 "author": "", 15 "license": "Apache-2.0", 16 "dependencies": { 17 "@pyroscope/nodejs": "v0.4.8", 18 "@tinyhttp/app": "^2.4.0", 19 "@tinyhttp/logger": "^2.0.0" 20 } 21 }