{
  "name": "@condor-labs/metrics",
  "version": "1.5.3",
  "description": "Library to generate metrics for Condorlabs services",
  "main": "src/index.js",
  "typings": "./index.d.ts",
  "scripts": {
    "test:travis": "jest --forceExit --bail",
    "test": "jest --watch"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/cebroker/condorlabs-npm-helpers.git"
  },
  "author": "Condorlabs",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/cebroker/condorlabs-npm-helpers/issues"
  },
  "homepage": "https://github.com/cebroker/condorlabs-npm-helpers/tree/master/metrics/library#readme",
  "keywords": [
    "metrics",
    "condorlabs"
  ],
  "dependencies": {
    "@condor-labs/logger": "1.3.0",
    "hot-shots": "5.4.0",
    "node-os-utils": "1.3.5"
  },
  "devDependencies": {
    "chai": "4.1.2",
    "eslint": "4.19.1",
    "jest": "26.6.3",
    "sinon": "5.0.7"
  },
  "jest": {
    "verbose": true,
    "testURL": "http://localhost/"
  }
}
