diff --git a/api/package.json b/api/package.json
index 3f0315ae..aae31e2d 100644
--- a/api/package.json
+++ b/api/package.json
@@ -10,7 +10,7 @@
"test": "npm run build && npm run test:only",
"test:watch": "jest --watch",
"start": "npm run build && node dist/start",
- "build": "npx tsc -b .",
+ "build": "npx tsc -p .",
"build-docker": "tsc -p tsconfig-docker.json",
"dev": "tsnd --respawn src/start.ts",
"patch": "ts-patch install -s && npx patch-package",
@@ -38,10 +38,6 @@
"homepage": "https://fosscord.com",
"devDependencies": {
"@babel/core": "^7.15.5",
- "@babel/preset-env": "^7.15.6",
- "@babel/preset-typescript": "^7.15.0",
- "@swc/cli": "^0.1.51",
- "@swc/core": "^1.2.93",
"@types/amqplib": "^0.8.1",
"@types/bcrypt": "^5.0.0",
"@types/express": "^4.17.9",
@@ -49,65 +45,46 @@
"@types/jest": "^27.0.1",
"@types/jest-expect-message": "^1.0.3",
"@types/jsonwebtoken": "^8.5.0",
- "@types/mongodb": "^3.6.9",
- "@types/mongoose": "^5.10.5",
- "@types/mongoose-autopopulate": "^0.10.1",
- "@types/mongoose-lean-virtuals": "^0.5.1",
"@types/multer": "^1.4.5",
"@types/node": "^14.17.9",
"@types/node-fetch": "^2.5.7",
"@types/supertest": "^2.0.11",
"@zerollup/ts-transform-paths": "^1.7.18",
- "0x": "^4.10.2",
- "babel-jest": "^27.2.0",
- "caxa": "^2.1.0",
- "image-size": "^1.0.0",
"jest": "^26.6.3",
"jest-expect-message": "^1.0.2",
"jest-runtime": "^27.2.1",
- "saslprep": "^1.0.3",
"ts-node": "^9.1.1",
"ts-node-dev": "^1.1.6",
"ts-patch": "^1.4.4",
- "tsup": "^5.4.0",
"typescript": "^4.4.2",
- "typescript-json-schema": "0.50.1"
+ "typescript-json-schema": "0.50.1",
+ "@types/morgan": "^1.9.3"
},
"dependencies": {
"@fosscord/util": "file:../util",
- "@types/morgan": "^1.9.3",
"ajv": "8.6.2",
"ajv-formats": "^2.1.1",
"amqplib": "^0.8.0",
"assert": "^1.5.0",
- "atomically": "^1.7.0",
"bcrypt": "^5.0.1",
"body-parser": "^1.19.0",
- "cheerio": "^1.0.0-rc.9",
- "dot-prop": "^6.0.1",
+ "cheerio": "^1.0.0-rc.10",
"dotenv": "^8.2.0",
- "env-paths": "^2.2.1",
- "esbuild": "^0.13.4",
"express": "^4.17.1",
- "express-validator": "^6.9.2",
"form-data": "^3.0.0",
"i18next": "^19.9.2",
"i18next-http-middleware": "^3.1.3",
"i18next-node-fs-backend": "^2.1.3",
+ "image-size": "^1.0.0",
"jsonwebtoken": "^8.5.1",
"lambert-server": "^1.2.11",
"missing-native-js-functions": "^1.2.17",
- "mongoose": "^5.12.3",
- "mongoose-autopopulate": "^0.12.3",
- "mongoose-long": "^0.3.2",
"morgan": "^1.10.0",
"multer": "^1.4.2",
"node-fetch": "^2.6.1",
"patch-package": "^6.4.7",
"supertest": "^6.1.6",
- "tsconfig-paths": "^3.11.0",
- "typeorm": "^0.2.37",
- "wsc": "^0.3.0"
+ "typeorm": "^0.2.37"
},
"jest": {
"setupFiles": [
|