diff options
author | Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> | 2021-08-13 20:54:59 +0200 |
---|---|---|
committer | Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> | 2021-08-13 20:54:59 +0200 |
commit | 63343eec4c49c1d583e5381613ea653cf75f5c58 (patch) | |
tree | ddb153b2c4e938e6fe562cd866643d4bdff92d37 /api/package.json | |
parent | :pencil: update readme (diff) | |
parent | :bug: fix dependencies and build for bundle (diff) | |
download | server-63343eec4c49c1d583e5381613ea653cf75f5c58.tar.xz |
Merge branch 'master' of https://github.com/fosscord/fosscord-api
Diffstat (limited to 'api/package.json')
-rw-r--r-- | api/package.json | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/api/package.json b/api/package.json index 1fe3d574..967c9df8 100644 --- a/api/package.json +++ b/api/package.json @@ -5,8 +5,6 @@ "main": "dist/Server.js", "types": "dist/Server.d.ts", "scripts": { - "link": "npm run build && npm link", - "postinstall": "npm run --prefix ../util/ link && npm link @fosscord/util && npm run link", "test": "jest", "test:watch": "jest --watch", "start": "npm run build && node dist/start", @@ -66,16 +64,16 @@ "require_optional": "^1.0.1" }, "devDependencies": { + "0x": "^4.10.2", "@types/amqplib": "^0.8.1", "@types/bcrypt": "^5.0.0", "@types/express": "^4.17.9", "@types/i18next-node-fs-backend": "^2.1.0", "@types/jsonwebtoken": "^8.5.0", "@types/multer": "^1.4.5", - "@types/node": "^14.14.22", + "@types/node": "^14.17.9", "@types/node-fetch": "^2.5.7", "@zerollup/ts-transform-paths": "^1.7.18", - "0x": "^4.10.2", "caxa": "^2.1.0", "jest": "^26.6.3", "saslprep": "^1.0.3", |