From 81d69f983983ac71dbdbd5f13e2f2d8ddc35dced Mon Sep 17 00:00:00 2001 From: IRONM00N <64110067+IRONM00N@users.noreply.github.com> Date: Sun, 5 Sep 2021 13:45:44 -0400 Subject: cleaning up and some imporvements to the stats command --- package.json | 3 +++ 1 file changed, 3 insertions(+) (limited to 'package.json') diff --git a/package.json b/package.json index e3395fe..50c1762 100644 --- a/package.json +++ b/package.json @@ -38,6 +38,7 @@ "@types/module-alias": "^2", "@types/node": "^14.14.22", "@types/node-fetch": "^2", + "@types/node-os-utils": "^1", "@types/numeral": "^2", "@types/tinycolor2": "^1", "@types/uuid": "^8.3.0", @@ -69,10 +70,12 @@ "module-alias": "^2.2.2", "moment": "^2.29.1", "node-fetch": "^2.6.1", + "node-os-utils": "^1.3.5", "numeral": "^2.0.6", "pg": "^8.5.1", "pg-hstore": "^2.3.3", "prettier": "^2.3.2", + "pretty-bytes": "^5.6.0", "rimraf": "^3.0.2", "sequelize": "^6.5.0", "simplify-number": "^1.0.0", -- cgit