{
  "name": "@digikare/nestjs-prom",
  "version": "1.0.0",
  "description": "A promotheus module for nestjs",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "rm -rf dist && tsc -p tsconfig.json",
    "precommit": "lint-staged",
    "prepublish:npm": "npm run build",
    "publish:npm": "npm publish --access public",
    "prepublish:next": "npm run build",
    "publish:next": "npm publish --access public --tag next",
    "test:e2e": "jest --config ./tests/jest-e2e.json --runInBand",
    "test:e2e:dev": "jest --config ./tests/jest-e2e.json --runInBand --watch",
    "test:debug": "node --inspect-brk ./node_modules/.bin/ts-node tests/src/main.ts",
    "test:live": "ts-node tests/src/main.ts"
  },
  "author": "Tieu-Philippe KHIM <pkhim@digikare.com>",
  "license": "MIT",
  "devDependencies": {
    "@nestjs/common": "^7.0.0",
    "@nestjs/core": "^7.0.0",
    "@nestjs/platform-express": "^7.3.2",
    "@types/jest": "^26.0.7",
    "@types/node": "^12.12.53",
    "@types/response-time": "^2.3.4",
    "@types/supertest": "^2.0.10",
    "jest": "^26.1.0",
    "reflect-metadata": "^0.1.13",
    "rxjs": "^6.6.0",
    "supertest": "^4.0.2",
    "ts-jest": "^26.1.4",
    "ts-node": "^8.3.0",
    "typescript": "^3.9.7"
  },
  "peerDependencies": {
    "@nestjs/common": "^6.0.0 || ^7.0.0",
    "@nestjs/core": "^6.0.0 || ^7.0.0",
    "reflect-metadata": "^0.1.12",
    "rxjs": "^6.0.0"
  },
  "dependencies": {
    "@nestjs/testing": "^7.3.2",
    "prom-client": "^12.0.0",
    "response-time": "^2.3.2",
    "url-value-parser": "^2.0.1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/digikare/nestjs-prom.git"
  },
  "keywords": [
    "nestjs",
    "promotheus"
  ],
  "bugs": {
    "url": "https://github.com/digikare/nestjs-prom/issues"
  },
  "homepage": "https://github.com/digikare/nestjs-prom#readme",
  "contributors": [
    "Michael Yankelev @FSM1",
    "Ashleigh Simonelli @bashleigh",
    "@blackkopcap",
    "@litichevskiydv"
  ]
}
