piobyte/flamingo

View on GitHub
packages/flamingo-prometheus/package.json

Summary

Maintainability
Test Coverage
{
  "name": "flamingo-prometheus",
  "version": "4.0.0",
  "main": "index.js",
  "description": "flamingo-prometheus is a https://github.com/piobyte/flamingo addon to add prometheus metrics rporting.",
  "scripts": {
    "lint": "eslint index.ts test/**/*.ts",
    "build": "tsc",
    "prettier": "prettier --write index.ts \"test/**/*.ts\"",
    "pretest": "yarn lint && yarn build",
    "test": "TEST=true yarn cover",
    "precover": "rm -r coverage 2>/dev/null || true",
    "cover": "nyc mocha",
    "docs": "node node_modules/jsdoc/jsdoc.js index.js -r -u tutorials -t ./node_modules/postman-jsdoc-theme -P package.json -R README.md -d docs",
    "prepublishOnly": "yarn test && yarn build",
    "preversion": "yarn test"
  },
  "author": "Christian",
  "license": "MIT",
  "engines": {
    "node": ">=14"
  },
  "keywords": [
    "flamingo-addon"
  ],
  "bugs": {
    "url": "https://github.com/piobyte/flamingo/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/piobyte/flamingo"
  },
  "dependencies": {
    "@promster/hapi": "^8.0.5",
    "@promster/types": "^3.0.1",
    "flamingo": "^4.0.0",
    "nyc": "^15.1.0",
    "prom-client": "^13.1.0"
  },
  "devDependencies": {
    "@types/mocha": "^8.2.2",
    "@types/node": "^15.0.2",
    "@typescript-eslint/eslint-plugin": "^4.22.1",
    "@typescript-eslint/parser": "^4.22.1",
    "eslint": "^7.25.0",
    "eslint-config-prettier": "^8.3.0",
    "eslint-plugin-prettier": "^3.4.0",
    "got": "^11.8.2",
    "mocha": "^8.3.2",
    "typescript": "^4.2.4"
  }
}