File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed
Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change 11# nest-status-monitor
22
3+ [ ![ NPM] ( https://nodei.co/npm/nest-status-monitor.png?downloads=true&downloadRank=true&stars=true )] ( https://nodei.co/npm/nest-status-monitor/ )
4+
5+ [ ![ nest-status-monitor on npm] ( https://img.shields.io/npm/v/nest-status-monitor.svg )] ( https://www.npmjs.com/package/nest-status-monitor )
6+ [ ![ npm] ( https://img.shields.io/npm/dt/nest-status-monitor.svg )] ( https://img.shields.io/npm/dt/nest-status-monitor.svg )
7+ ![ License] ( https://img.shields.io/badge/license-MIT-blue.svg )
8+
39Simple, self-hosted module based on Socket.io and Chart.js to report realtime
410server metrics for Nest.js based node servers.
511
Original file line number Diff line number Diff line change 33 "version" : " 0.0.1" ,
44 "description" : " Realtime Monitoring for Express-based Node applications" ,
55 "main" : " dist/index.js" ,
6- "repository" :
" [email protected] :GenFirst/nest-status-monitor.git" ,
6+ "repository" : {
7+ "type" : " git" ,
8+ "url" :
" git+ssh://[email protected] /GenFirst/nest-status-monitor.git" 9+ },
710 "author" :
" ivanvs <[email protected] >" ,
811 "license" : " MIT" ,
912 "keywords" : [
5861 "^.+\\ .(t|j)s$" : " ts-jest"
5962 },
6063 "coverageDirectory" : " ./coverage"
64+ },
65+ "bugs" : {
66+ "url" : " https://github.com/GenFirst/nest-status-monitor/issues"
67+ },
68+ "homepage" : " https://github.com/GenFirst/nest-status-monitor#readme" ,
69+ "directories" : {
70+ "example" : " examples"
6171 }
6272}
You can’t perform that action at this time.
0 commit comments