diff options
author | Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> | 2021-10-10 11:03:04 +0200 |
---|---|---|
committer | Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> | 2021-10-10 11:03:04 +0200 |
commit | ce4e7512921c2935a3adec9d9b94848c0fac5ba1 (patch) | |
tree | 761958e0b5ad6df69f7d013dc75206061aef58a0 /gateway/package.json | |
parent | :sparkles: changed and fixed compiler (diff) | |
download | server-ce4e7512921c2935a3adec9d9b94848c0fac5ba1.tar.xz |
:art: clean up dependencies
Diffstat (limited to 'gateway/package.json')
-rw-r--r-- | gateway/package.json | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/gateway/package.json b/gateway/package.json index ddbddeff..d630c56b 100644 --- a/gateway/package.json +++ b/gateway/package.json @@ -8,23 +8,17 @@ "postinstall": "npx ts-patch install -s", "test": "echo \"Error: no test specified\" && exit 1", "start": "npm run build && node dist/start.js", - "build": "npx tsc -b .", + "build": "npx tsc -p .", "dev": "tsnd --respawn src/start.ts" }, "keywords": [], "author": "Fosscord", "license": "ISC", "devDependencies": { - "@swc/cli": "^0.1.51", - "@swc/core": "^1.2.93", "@types/amqplib": "^0.8.1", "@types/jsonwebtoken": "^8.5.0", - "@types/mongodb": "^3.6.9", - "@types/mongoose-autopopulate": "^0.10.1", - "@types/mongoose-lean-virtuals": "^0.5.1", "@types/node": "^14.17.9", "@types/node-fetch": "^2.5.12", - "@types/uuid": "^8.3.0", "@types/ws": "^7.4.0", "@zerollup/ts-transform-paths": "^1.7.18", "ts-node-dev": "^1.1.6", @@ -33,16 +27,13 @@ }, "dependencies": { "@fosscord/util": "file:../util", - "ajv": "^8.5.0", "amqplib": "^0.8.0", "dotenv": "^8.2.0", "jsonwebtoken": "^8.5.1", "lambert-server": "^1.2.11", "missing-native-js-functions": "^1.2.17", - "mongoose-autopopulate": "^0.12.3", "node-fetch": "^2.6.1", "typeorm": "^0.2.37", - "uuid": "^8.3.2", "ws": "^7.4.2" }, "optionalDependencies": { |