{ "name": "@fosscord/server", "version": "1.0.0", "description": "", "main": "src/start.js", "scripts": { "setup": "cd ../util && npm --production=false i && cd ../api && npm --production=false i && cd ../cdn && npm --production=false i && cd ../gateway && npm --production=false i && cd ../bundle/ && npm --production=false i && npm run build", "build": "node scripts/build.js", "build:bundle": "npx tsc -b .", "start": "node scripts/build.js && node -r tsconfig-paths/register dist/start.js", "start:bundle": "node -r tsconfig-paths/register dist/start.js", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/fosscord/fosscord-server.git" }, "keywords": [], "author": "Fosscord", "license": "AGPLV3", "bugs": { "url": "https://github.com/fosscord/fosscord-server/issues" }, "homepage": "https://fosscord.com", "devDependencies": { "@swc/cli": "^0.1.51", "@swc/core": "^1.2.93", "@types/amqplib": "^0.8.1", "@types/async-exit-hook": "^2.0.0", "@types/bcrypt": "^5.0.0", "@types/express": "^4.17.9", "@types/i18next-node-fs-backend": "^2.1.0", "@types/jsonwebtoken": "^8.5.0", "@types/mongodb": "^3.6.9", "@types/mongoose-autopopulate": "^0.10.1", "@types/mongoose-lean-virtuals": "^0.5.1", "@types/multer": "^1.4.5", "@types/node": "^14.17.20", "@types/node-fetch": "^2.5.7", "@types/node-os-utils": "^1.2.0", "@types/uuid": "^8.3.0", "@types/ws": "^7.4.0", "@zerollup/ts-transform-paths": "^1.7.18", "esbuild": "^0.13.4", "esbuild-plugin-tsc": "^0.3.0", "ts-node": "^10.2.1", "ts-patch": "^1.4.4", "tsconfig-paths": "^3.11.0", "typescript": "^4.4.3" }, "dependencies": { "@fosscord/api": "file:../api", "@fosscord/cdn": "file:../cdn", "@fosscord/gateway": "file:../gateway", "@fosscord/util": "file:../util", "async-exit-hook": "^2.0.1", "dotenv": "^10.0.0", "express": "^4.17.1", "missing-native-js-functions": "^1.2.17", "nanocolors": "^0.2.12", "node-os-utils": "^1.3.5", "reflect-metadata": "^0.1.13" } }