summary refs log tree commit diff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json7
1 files changed, 3 insertions, 4 deletions
diff --git a/package.json b/package.json

index dc7b65f0..590a9b56 100644 --- a/package.json +++ b/package.json
@@ -7,9 +7,8 @@ "scripts": { "test": "jest", "test:watch": "jest --watch", - "start": "npm run build:util && npm run build && node dist/start", + "start": "npm run build && node dist/start", "build": "tsc -b .", - "build:util": "tsc -b ./node_modules/@fosscord/server-util/", "postinstall": "patch-package", "dev": "tsnd --respawn src/start.ts" }, @@ -31,9 +30,9 @@ }, "homepage": "https://github.com/fosscord/fosscord-api#readme", "dependencies": { - "@fosscord/server-util": "^1.1.5", + "@fosscord/server-util": "^1.2.2", "@types/jest": "^26.0.22", - "bcrypt": "^5.0.0", + "bcrypt": "^5.0.1", "body-parser": "^1.19.0", "dotenv": "^8.2.0", "express": "^4.17.1",