{
	"name": "nestjs-hot-shots",
	"description": "Hot-shots Module for Nest.js Framework",
	"version": "2.0.21",
	"scripts": {
		"build": "rimraf -rf dist && tsc -p tsconfig.json",
		"prepublish:npm": "npm run build",
		"publish:npm": "release-it",
		"prepublish:dev": "npm run build",
		"publish:dev": "npm publish --access public --tag dev",
		"prepare": "husky",
		"format": "prettier --write \"src/**/*.ts\"",
		"lint": "eslint --ignore-pattern .gitignore {integration,src}/**/*.ts",
		"test": "echo test"
	},
	"main": "./dist/index.js",
	"types": "./dist/index.d.ts",
	"keywords": [
		"nest",
		"nestjs",
		"nestjs-module",
		"metrics",
		"hot-shots",
		"datadog",
		"telegraf"
	],
	"license": "MIT",
	"homepage": "https://github.com/SocketSomeone/nestjs-hot-shots/#readme",
	"repository": {
		"type": "git",
		"url": "https://github.com/SocketSomeone/nestjs-hot-shots"
	},
	"bugs": {
		"url": "https://github.com/SocketSomeone/nestjs-hot-shots/issues"
	},
	"author": "Alexey Filippov <socket.someone@gmail.com>",
	"contributors": [
		"Alexey Filippov <socket.someone@gmail.com>"
	],
	"dependencies": {},
	"devDependencies": {
		"@commitlint/cli": "19.6.1",
		"@commitlint/config-angular": "19.7.0",
		"@eslint/eslintrc": "^3.2.0",
		"@eslint/js": "^9.18.0",
		"@favware/npm-deprecate": "2.0.0",
		"@nestjs/common": "10.4.15",
		"@nestjs/core": "10.4.15",
		"@types/node": "22.10.7",
		"eslint": "^9.18.0",
		"eslint-config-prettier": "10.0.1",
		"eslint-plugin-import": "^2.31.0",
		"eslint-plugin-prettier": "5.2.3",
		"globals": "^15.14.0",
		"hot-shots": "10.2.1",
		"husky": "9.1.7",
		"prettier": "3.4.2",
		"reflect-metadata": "0.2.2",
		"release-it": "18.1.1",
		"rimraf": "6.0.1",
		"rxjs": "7.8.1",
		"typescript": "5.7.3",
		"typescript-eslint": "^8.21.0"
	},
	"peerDependencies": {
		"@nestjs/common": "^8.0.0 || ^9.0.0 || ^10.0.0 || ^11.0.0",
		"@nestjs/core": "^8.0.0 || ^9.0.0 || ^10.0.0 || ^11.0.0",
		"hot-shots": "^10.0.0",
		"reflect-metadata": "^0.2.2",
		"rxjs": "^7.8.1"
	},
	"engines": {
		"node": ">= 10.13.0",
		"npm": ">=7.0.0"
	}
}
