{
  "name": "prometheus-what-active-users-exporter",
  "version": "0.7.0",
  "description": "Prometheus exporter that scrapes currently logged in users on unix systems",
  "main": "lib/index",
  "scripts": {
    "dev": "nodemon npm start",
    "start": "node lib/index",
    "test": "mocha test/spec --check-leaks --timeout 10000 --file test/after-all.js",
    "nlv": "node-license-validator --allow-licenses WTFPL ISC MIT Apache-2.0 --allow-packages --production --deep",
    "coverage": "nyc npm run test",
    "docs": "jsdoc lib --destination docs --configure .jsdoc.json --readme README.md ",
    "preversion": "npm run nlv && npm run test",
    "version": "npm run changelog && git add -A CHANGELOG.md",
    "postversion": "git push origin master && git push origin master --tags",
    "release-major": "npm version major -m \"chore(release): v%s\"",
    "release-minor": "npm version minor -m \"chore(release): v%s\"",
    "release-patch": "npm version patch -m \"chore(release): v%s\"",
    "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/stfsy/prometheus-what-active-users-exporter.git"
  },
  "keywords": [
    "Prometheus",
    "Exporter",
    "What",
    "w",
    "Unix",
    "SSH"
  ],
  "author": "Stefan Pfaffel",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/stfsy/prometheus-what-active-users-exporter/issues"
  },
  "homepage": "https://github.com/stfsy/prometheus-what-active-users-exporter#readme",
  "dependencies": {
    "@opentelemetry/exporter-prometheus": "^0.30.0",
    "@opentelemetry/sdk-metrics-base": "^0.30.0",
    "http-graceful-shutdown": "^3.1.7"
  },
  "devDependencies": {
    "chai": "^4.3.6",
    "conventional-changelog-cli": "^2.2.2",
    "jsdoc": "^3.6.10",
    "merge": "^2.1.1",
    "minami": "^1.1.1",
    "minimist": "^1.2.6",
    "mocha": "^10.0.0",
    "node-license-validator": "^1.3.2",
    "nodemon": "^2.0.19",
    "nyc": "^15.1.0",
    "pkg": "^5.7.0",
    "trim-newlines": "^4.0.2"
  }
}
