diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2021-09-03 11:11:00 -0400 |
---|---|---|
committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2021-09-03 11:11:00 -0400 |
commit | 3e845f120fa1bb0f38e54969238a4d27abad7098 (patch) | |
tree | 07b7c2191daa5d3ddb059d07bab5306a1591bf9e /package.json | |
parent | 0d73d6956ae2b23ad12a677749a60967bfa0bb55 (diff) | |
download | tanzanite-3e845f120fa1bb0f38e54969238a4d27abad7098.tar.gz tanzanite-3e845f120fa1bb0f38e54969238a4d27abad7098.tar.bz2 tanzanite-3e845f120fa1bb0f38e54969238a4d27abad7098.zip |
add setxp command
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package.json b/package.json index 30ec4e7..e3395fe 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/numeral": "^2", "@types/tinycolor2": "^1", "@types/uuid": "^8.3.0", "@types/validator": "^13.6.3", @@ -68,6 +69,7 @@ "module-alias": "^2.2.2", "moment": "^2.29.1", "node-fetch": "^2.6.1", + "numeral": "^2.0.6", "pg": "^8.5.1", "pg-hstore": "^2.3.3", "prettier": "^2.3.2", |