UNPKG

nestjs-hot-shots

Version:
91 lines (90 loc) 2.55 kB
{ "name": "nestjs-hot-shots", "description": "Hot-shots Module for Nest.js Framework", "version": "4.1.1", "scripts": { "build": "rimraf -rf dist && tsc -p tsconfig.build.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,apps,libs,test}/**/*.ts\"", "lint": "eslint --ignore-pattern .gitignore \"{src,apps,libs,test}/**/*.ts\"", "test": "jest", "test:watch": "jest --watch", "test:cov": "jest --coverage", "test:ci": "jest --ci --passWithNoTests --coverage" }, "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": "git+https://github.com/SocketSomeone/nestjs-hot-shots.git" }, "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": { "response-time": "^2.3.3", "tslib": "^2.8.1" }, "devDependencies": { "@commitlint/cli": "21.0.1", "@commitlint/config-angular": "21.0.1", "@eslint/eslintrc": "^3.2.0", "@eslint/js": "^10.0.1", "@nestjs/common": "11.1.23", "@nestjs/core": "11.1.23", "@nestjs/platform-express": "^11.0.20", "@nestjs/testing": "^11.0.20", "@release-it/conventional-changelog": "^11.0.0", "@types/jest": "^30.0.0", "@types/node": "25.9.1", "@types/response-time": "^2.3.8", "@types/supertest": "^7.2.0", "eslint": "^10.0.0", "eslint-config-prettier": "10.1.8", "eslint-plugin-perfectionist": "^5.9.0", "eslint-plugin-prettier": "5.5.5", "globals": "^17.0.0", "hot-shots": "14.3.1", "husky": "9.1.7", "jest": "^30.0.0", "prettier": "3.8.3", "reflect-metadata": "0.2.2", "release-it": "20.0.1", "rimraf": "6.1.3", "rxjs": "7.8.2", "supertest": "^7.1.0", "ts-jest": "^29.3.2", "typescript": "6.0.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": "^12.0.0 || ^13.0.0 || ^14.0.0", "reflect-metadata": "^0.2.2", "rxjs": "^7.8.1" }, "engines": { "node": ">= 10.13.0", "npm": ">=7.0.0" } }