{
  "name": "@willsoto/nestjs-prometheus",
  "version": "6.1.0",
  "description": "NestJS module for Prometheus",
  "repository": "git://github.com/willsoto/nestjs-prometheus.git",
  "license": "Apache-2.0",
  "author": "Will Soto <willsoto@users.noreply.github.com> (https://github.com/willsoto)",
  "main": "./dist/index.js",
  "typings": "./dist/index.d.ts",
  "files": [
    "dist",
    "typings"
  ],
  "scripts": {
    "prebuild": "pnpm run clean",
    "build": "tsc --project tsconfig.build.json",
    "clean": "rimraf dist coverage",
    "lint": "eslint . --fix",
    "prepare": "lefthook install",
    "prerelease": "pnpm run build",
    "release": "semantic-release",
    "test": "mocha",
    "test:coverage": "c8 mocha",
    "test:watch": "mocha --watch",
    "typecheck": "tsc --project tsconfig.lint.json --noEmit"
  },
  "commitlint": {
    "extends": [
      "@commitlint/config-conventional"
    ]
  },
  "release": {
    "branches": [
      "main"
    ],
    "plugins": [
      "@semantic-release/commit-analyzer",
      "@semantic-release/release-notes-generator",
      "@semantic-release/github",
      "@semantic-release/npm",
      "@semantic-release/changelog",
      "@semantic-release/git"
    ]
  },
  "mocha": {
    "extension": [
      "ts"
    ],
    "file": "./ad-hocs/mocha/plugins.ts",
    "recursive": true,
    "require": [
      "ts-node/register",
      "./ad-hocs/mocha/hooks.ts"
    ],
    "sort": true,
    "watch-files": [
      "src/**/*.ts",
      "test/**/*.ts"
    ]
  },
  "c8": {
    "all": true,
    "include": [
      "src/**/*.ts"
    ]
  },
  "devDependencies": {
    "@commitlint/cli": "20.4.0",
    "@commitlint/config-conventional": "20.4.0",
    "@eslint/eslintrc": "3.3.3",
    "@eslint/js": "9.39.2",
    "@fastify/compress": "8.3.1",
    "@nestjs/cli": "11.0.16",
    "@nestjs/common": "11.1.12",
    "@nestjs/core": "11.1.12",
    "@nestjs/platform-express": "11.1.12",
    "@nestjs/platform-fastify": "11.1.12",
    "@nestjs/schematics": "11.0.9",
    "@nestjs/testing": "11.1.12",
    "@semantic-release/changelog": "6.0.3",
    "@semantic-release/git": "10.0.1",
    "@types/chai": "5.2.3",
    "@types/chai-as-promised": "7.1.8",
    "@types/eslint": "9.6.1",
    "@types/express": "5.0.6",
    "@types/express-serve-static-core": "5.1.1",
    "@types/mocha": "10.0.10",
    "@types/node": "24.10.9",
    "@types/sinon": "21.0.0",
    "@types/sinon-chai": "3.2.12",
    "@types/supertest": "6.0.3",
    "@typescript-eslint/eslint-plugin": "8.54.0",
    "@typescript-eslint/parser": "8.54.0",
    "c8": "10.1.3",
    "chai": "4.4.1",
    "chai-as-promised": "7.1.2",
    "eslint": "8.57.1",
    "eslint-config-prettier": "10.1.8",
    "globals": "17.3.0",
    "lefthook": "2.1.4",
    "markdown-toc": "1.2.0",
    "mocha": "11.7.5",
    "prettier": "3.8.1",
    "prettier-plugin-organize-imports": "4.3.0",
    "prettier-plugin-packagejson": "3.0.0",
    "prom-client": "15.1.3",
    "reflect-metadata": "0.2.2",
    "rimraf": "6.1.2",
    "rxjs": "7.8.2",
    "semantic-release": "25.0.3",
    "sinon": "21.0.1",
    "sinon-chai": "3.7.0",
    "standard-version": "9.5.0",
    "supertest": "7.2.2",
    "ts-node": "10.9.2",
    "typescript": "5.9.3"
  },
  "peerDependencies": {
    "@nestjs/common": "^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0 || ^11.0.0",
    "prom-client": "^15.0.0"
  },
  "packageManager": "pnpm@10.28.2",
  "volta": {
    "node": "24.13.0",
    "pnpm": "10.28.2"
  },
  "pnpm": {
    "peerDependencyRules": {
      "allowAny": [
        "marked"
      ]
    }
  }
}
