summary refs log tree commit diff
path: root/cdn/package.json
diff options
context:
space:
mode:
authoruurgothat <cckhmck@gmail.com>2021-10-24 18:13:51 +0300
committeruurgothat <cckhmck@gmail.com>2021-10-24 18:13:51 +0300
commitb603b81629a7775914dcb4eae53f418c3620dbdd (patch)
treeb13cc06dcf49ebe49ffff452758e3849baa0ca2f /cdn/package.json
parentFormat the file (diff)
parentMerge pull request #492 from fosscord/translation (diff)
downloadserver-ts-b603b81629a7775914dcb4eae53f418c3620dbdd.tar.xz
Merge branch 'master' of https://github.com/fosscord/fosscord-server
Diffstat (limited to 'cdn/package.json')
-rw-r--r--cdn/package.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/cdn/package.json b/cdn/package.json

index 852bfcdc..fec43785 100644 --- a/cdn/package.json +++ b/cdn/package.json
@@ -5,10 +5,9 @@ "main": "dist/index.js", "types": "src/index.ts", "scripts": { - "postinstall": "ts-patch install -s", "test": "npm run build && jest --coverage ./tests", "build": "npx tsc -p .", - "start": "npm run build && node dist/start.js" + "start": "node dist/start.js" }, "repository": { "type": "git", @@ -46,12 +45,13 @@ "express": "^4.17.1", "express-async-errors": "^3.1.1", "file-type": "^16.5.0", + "form-data": "^4.0.0", "fs-extra": "^10.0.0", "image-size": "^1.0.0", "jest": "^27.0.6", "lambert-db": "^1.2.3", - "lambert-server": "^1.2.11", - "missing-native-js-functions": "^1.2.18", + "lambert-server": "^1.2.12", + "missing-native-js-functions": "^1.2.17", "multer": "^1.4.2", "nanocolors": "^0.2.12", "node-fetch": "^2.6.1",