Mailspring/packages/nylas-metrics/package.json
Juan Tejada b58c11605c Moves metrics into its own pkg to be able to instrument other services
- With the Metrics module inside nylas-core, and bc of our current lerna
setup, we required other modules like sequelize and redis before requiring
newrelic, thus preventing them from being properly instrumented
2016-07-14 11:20:58 -07:00

13 lines
228 B
JSON

{
"name": "nylas-metrics",
"version": "0.0.1",
"description": "Metrics package",
"main": "index.js",
"dependencies": {
"newrelic": "^1.28.1",
"signalfx": "^3.0.1"
},
"author": "Nylas",
"license": "ISC"
}