diff options
Diffstat (limited to 'util/package.json')
-rw-r--r-- | util/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/package.json b/util/package.json index 5692913d..2f712013 100644 --- a/util/package.json +++ b/util/package.json @@ -7,7 +7,6 @@ "scripts": { "start": "npm run build && node dist/", "test": "npm run build && jest", - "postinstall": "npm run build", "build": "npx tsc -p .", "typeorm": "node --require ts-node/register ./node_modules/typeorm/cli.js" }, @@ -39,6 +38,7 @@ }, "dependencies": { "amqplib": "^0.8.0", + "form-data": "^4.0.0", "jsonwebtoken": "^8.5.1", "lambert-server": "^1.2.12", "missing-native-js-functions": "^1.2.18", |