summary refs log tree commit diff
path: root/bundle/package.json
diff options
context:
space:
mode:
authorFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-10-04 22:01:33 +0200
committerGitHub <noreply@github.com>2021-10-04 22:01:33 +0200
commitfafd862d47d6ad3d731a7d714bfebcd7d2dfd86a (patch)
tree2d174d18e36e0155ae65bc9f8f6987f84ee38bf5 /bundle/package.json
parentMerge branch 'master' of https://github.com/fosscord/fosscord-server (diff)
parent:arrow_up: update dependencies (diff)
downloadserver-ts-fafd862d47d6ad3d731a7d714bfebcd7d2dfd86a.tar.xz
Merge pull request #413 from Thesourtimes/master
Add colors for some logs + ASCII on startup
Diffstat (limited to 'bundle/package.json')
-rw-r--r--bundle/package.json5
1 files changed, 3 insertions, 2 deletions
diff --git a/bundle/package.json b/bundle/package.json

index fa6fe669..2bcab8f6 100644 --- a/bundle/package.json +++ b/bundle/package.json
@@ -4,7 +4,7 @@ "description": "", "main": "src/start.js", "scripts": { - "setup": "cd ../util && npm --production=false i && cd ../api && npm --production=false i && cd ../cdn && npm --production=false i && cd ../gateway && npm --production=false i && npm install", + "setup": "npm install && cd ../util && npm --production=false i && cd ../api && npm --production=false i && cd ../cdn && npm --production=false i && cd ../gateway && npm --production=false i", "build": "npm run build:util && npm run build:api && npm run build:cdn && npm run build:gateway && npm run build:bundle", "postinstall": "ts-patch install -s", "build:bundle": "npx tsc -b .", @@ -38,7 +38,7 @@ "@types/mongoose-autopopulate": "^0.10.1", "@types/mongoose-lean-virtuals": "^0.5.1", "@types/multer": "^1.4.5", - "@types/node": "^14.17.9", + "@types/node": "^14.17.20", "@types/node-fetch": "^2.5.7", "@types/node-os-utils": "^1.2.0", "@types/uuid": "^8.3.0", @@ -56,6 +56,7 @@ "async-exit-hook": "^2.0.1", "express": "^4.17.1", "missing-native-js-functions": "^1.2.15", + "nanocolors": "^0.2.12", "node-os-utils": "^1.3.5", "tsconfig-paths": "^3.11.0" }