opentelemetry-js/getting-started/example/package.json

16 lines
398 B
JSON

{
"name": "@opentelemetry/getting-started-example",
"version": "0.14.0",
"description": "This repository provides everything required to follow the OpenTelemetry Getting Started Guide",
"main": "app.js",
"scripts": {
"start": "node app.js"
},
"author": "OpenTelemetry Authors",
"license": "Apache-2.0",
"dependencies": {
"axios": "^0.21.0",
"express": "^4.17.1"
}
}