nest-status-monitor
Advanced tools
Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "nest-status-monitor", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Realtime Monitoring for Express-based Node applications", | ||
"main": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"repository": { | ||
@@ -48,3 +49,3 @@ "type": "git", | ||
"test:watch": "jest --watch", | ||
"build": "rm -rf ./dist && tsc", | ||
"build": "rm -rf ./dist && tsc --declaration", | ||
"format": "prettier src/**/*.ts --ignore-path ./.prettierignore --write && git status", | ||
@@ -51,0 +52,0 @@ "prepublish": "npm run format && npm run build" |
59428