hot-shots
Version:
Node.js client for StatsD, DogStatsD, and Telegraf
49 lines (48 loc) • 1.07 kB
JSON
{
"name": "hot-shots",
"description": "Node.js client for StatsD, DogStatsD, and Telegraf",
"version": "11.1.0",
"author": "Steve Ivy",
"types": "./types.d.ts",
"contributors": [
"Russ Bradberry <rbradberry@gmail.com>",
"Brian Deitte <bdeitte@gmail.com>"
],
"keywords": [
"statsd",
"dogstatsd",
"datadog",
"metrics",
"telegraf",
"backend"
],
"repository": {
"type": "git",
"url": "git://github.com/brightcove/hot-shots.git"
},
"bugs": {
"url": "https://github.com/brightcove/hot-shots/issues"
},
"directories": {
"lib": "./lib/"
},
"engines": {
"node": ">=10.0.0"
},
"scripts": {
"coverage": "nyc --reporter=lcov --reporter=text npm test",
"test": "mocha -R spec --timeout 5000 test/*.js",
"lint": "eslint \"./lib/**/*.js\" \"./test/**/*.js\"",
"pretest": "npm run lint"
},
"optionalDependencies": {
"unix-dgram": "2.x"
},
"devDependencies": {
"eslint": "8.x",
"mocha": "10.x",
"nyc": "15.x"
},
"license": "MIT",
"dependencies": {}
}