diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2021-09-05 13:45:44 -0400 |
---|---|---|
committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2021-09-05 13:45:44 -0400 |
commit | 81d69f983983ac71dbdbd5f13e2f2d8ddc35dced (patch) | |
tree | 6a06124a6696bb4036607d179972aa889b7b3769 /package.json | |
parent | 93e8fce44ec1dd3294b1c785d93d3f8b00ee4cef (diff) | |
download | tanzanite-81d69f983983ac71dbdbd5f13e2f2d8ddc35dced.tar.gz tanzanite-81d69f983983ac71dbdbd5f13e2f2d8ddc35dced.tar.bz2 tanzanite-81d69f983983ac71dbdbd5f13e2f2d8ddc35dced.zip |
cleaning up and some imporvements to the stats command
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 3 |
1 files changed, 3 insertions, 0 deletions
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", |