diff options
Diffstat (limited to 'bundle/package.json')
-rw-r--r-- | bundle/package.json | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/bundle/package.json b/bundle/package.json index fa64ce6b..7dc9a776 100644 --- a/bundle/package.json +++ b/bundle/package.json @@ -93,6 +93,7 @@ "missing-native-js-functions": "^1.2.18", "morgan": "^1.10.0", "multer": "^1.4.2", + "nanocolors": "^0.2.12", "node-fetch": "^2.6.1", "node-os-utils": "^1.3.5", "patch-package": "^6.4.7", @@ -105,8 +106,8 @@ "tslib": "^2.3.1", "typeorm": "^0.2.37", "typescript": "^4.1.2", + "typescript-cached-transpile": "^0.0.6", "typescript-json-schema": "^0.50.1", - "ws": "^7.4.2", - "nanocolors": "^0.2.12" + "ws": "^7.4.2" } -} \ No newline at end of file +} |