{
  "name": "@balena/node-metrics-gatherer",
  "version": "7.0.2",
  "description": "gather / export prometheus metrics easily in nodejs",
  "main": "out/index.js",
  "type": "commonjs",
  "types": "out/index.d.ts",
  "scripts": {
    "test": "npm run lint && npm run prepare && mocha --exit -r ts-node/register/transpile-only test/*.spec.ts",
    "build": "npx tsc --project ./tsconfig.build.json",
    "lint-fix": "balena-lint --fix src/ test/",
    "lint": "balena-lint src/ test/ && tsc --noEmit",
    "prepare": "node -e \"try { (await import('husky')).default() } catch (e) { if (e.code !== 'ERR_MODULE_NOT_FOUND') throw e }\" --input-type module && npm run build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/balena-io-modules/node-metrics-gatherer.git"
  },
  "author": "",
  "license": "ISC",
  "dependencies": {
    "@types/debug": "^4.1.7",
    "@types/on-finished": "^2.3.1",
    "debug": "^4.3.4",
    "on-finished": "^2.4.1",
    "prom-client": "^15.1.3",
    "typed-error": "^3.2.1"
  },
  "peerDependencies": {
    "@types/express": "^4.17.21 || ^5.0.0"
  },
  "devDependencies": {
    "@balena/lint": "^9.3.8",
    "@types/chai": "4.3.20",
    "@types/chai-http": "4.2.4",
    "@types/express": "5.0.6",
    "@types/mocha": "10.0.10",
    "chai": "4.5.0",
    "chai-http": "4.4.0",
    "express": "5.2.1",
    "husky": "9.1.7",
    "lint-staged": "17.0.8",
    "mocha": "11.7.6",
    "ts-node": "10.9.2",
    "typescript": "6.0.3"
  },
  "versionist": {
    "publishedAt": "2026-07-01T23:55:11.361Z"
  }
}
