diff --git a/util/package.json b/util/package.json
deleted file mode 100644
index 097fb2e4..00000000
--- a/util/package.json
+++ /dev/null
@@ -1,62 +0,0 @@
-{
- "name": "@fosscord/util",
- "version": "1.0.0",
- "description": "Utility functions for the all server repositories",
- "main": "dist/index.js",
- "types": "src/index.ts",
- "scripts": {
- "start": "npm run build && node dist/",
- "test": "npm run build && npx jest",
- "postinstall": "npm run build",
- "build": "npx tsc -p .",
- "typeorm": "node --require ts-node/register ./node_modules/typeorm/cli.js"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/fosscord/fosscord-server.git"
- },
- "keywords": [
- "discord",
- "fosscord",
- "fosscord-server",
- "discord open source",
- "discord-open-source"
- ],
- "author": "Fosscord",
- "license": "AGPL-3.0-only",
- "bugs": {
- "url": "https://github.com/fosscord/fosscord-server/issues"
- },
- "homepage": "https://docs.fosscord.com/",
- "devDependencies": {
- "@types/amqplib": "^0.8.1",
- "@types/jsonwebtoken": "^8.5.0",
- "@types/multer": "^1.4.7",
- "@types/node": "^14.17.9",
- "@types/node-fetch": "^2.5.12",
- "jest": "^27.0.6",
- "ts-node": "^10.2.1"
- },
- "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",
- "multer": "^1.4.3",
- "node-fetch": "^2.6.2",
- "patch-package": "^6.4.7",
- "pg": "^8.7.1",
- "picocolors": "^1.0.0",
- "proxy-agent": "^5.0.0",
- "reflect-metadata": "^0.1.13",
- "typeorm": "^0.2.37",
- "typescript": "^4.4.2",
- "typescript-json-schema": "^0.50.1"
- },
- "jest": {
- "setupFilesAfterEnv": [
- "./tests/setupJest.js"
- ]
- }
-}
|