{ "name": "holi-unified-api", "main": "ts-node server", "version": "1.0.0", "scripts": { "dev": "yarn mesh build && cp logger.ts .mesh/ && OKUNA_URL=${OKUNA_URL:-http://127.0.0.1:8000/graphql} MODERATION_BACKEND_URL=${MODERATION_BACKEND_URL:-http://127.0.0.1:3001/graphql} DONATIONS_API_URL=${DONATIONS_API_URL:-http://127.0.0.1:8001/graphql} GOODNEWS_API_URL=${GOODNEWS_API_URL:-http://127.0.0.1:8002/graphql} GEO_API_URL=${GEO_API_URL:-http://127.0.0.1:8003/graphql} VOLUNTEERING_API_URL=${VOLUNTEERING_API_URL:-http://127.0.0.1:8004/graphql} NOTIFICATIONS_API_URL=${NOTIFICATIONS_API_URL:-http://127.0.0.1:8005/graphql} TRANSLATION_API_URL=${TRANSLATION_API_URL:-http://127.0.0.1:8089/graphql} MATRIX_SERVER_BASE_URL=${MATRIX_SERVER_BASE_URL:-http://127.0.0.1:8008} REDIS_HOST=${REDIS_HOST:-http://127.0.0.1} REDIS_PORT=${REDIS_PORT:-6380} REDIS_DB=${REDIS_DB:-5} DEBUG=1 ts-node server", "build": "OKUNA_URL=${OKUNA_URL:-http://127.0.0.1:8000/graphql} MODERATION_BACKEND_URL=${MODERATION_BACKEND_URL:-http://127.0.0.1:3001/graphql} DONATIONS_API_URL=${DONATIONS_API_URL:-http://127.0.0.1:8001/graphql} GOODNEWS_API_URL=${GOODNEWS_API_URL:-http://127.0.0.1:8002/graphql} GEO_API_URL=${GEO_API_URL:-http://127.0.0.1:8003/graphql} VOLUNTEERING_API_URL=${VOLUNTEERING_API_URL:-http://127.0.0.1:8004/graphql} NOTIFICATIONS_API_URL=${NOTIFICATIONS_API_URL:-http://127.0.0.1:8005/graphql} TRANSLATION_API_URL=${TRANSLATION_API_URL:-http://127.0.0.1:8089/graphql} REDIS_HOST=${REDIS_HOST:-http://127.0.0.1} REDIS_PORT=${REDIS_PORT:-6380} REDIS_DB=${REDIS_DB:-5} DEBUG=1 mesh build", "serve": "OKUNA_URL=${OKUNA_URL:-http://127.0.0.1:8000/graphql} MODERATION_BACKEND_URL=${MODERATION_BACKEND_URL:-http://127.0.0.1:3001/graphql} DONATIONS_API_URL=${DONATIONS_API_URL:-http://127.0.0.1:8001/graphql} GOODNEWS_API_URL=${GOODNEWS_API_URL:-http://127.0.0.1:8002/graphql} GEO_API_URL=${GEO_API_URL:-http://127.0.0.1:8003/graphql} VOLUNTEERING_API_URL=${VOLUNTEERING_API_URL:-http://127.0.0.1:8004/graphql} NOTIFICATIONS_API_URL=${NOTIFICATIONS_API_URL:-http://127.0.0.1:8005/graphql} TRANSLATION_API_URL=${TRANSLATION_API_URL:-http://127.0.0.1:8089/graphql} MATRIX_SERVER_BASE_URL=${MATRIX_SERVER_BASE_URL:-http://127.0.0.1:8008} REDIS_HOST=${REDIS_HOST:-http://127.0.0.1} REDIS_PORT=${REDIS_PORT:-6380} REDIS_DB=${REDIS_DB:-5} DEBUG=1 ts-node server", "lint": "echo 'nothing to be linted ATM'", "test": "jest", "clean": "npx rimraf .mesh && npx rimraf node_modules", "clean:all": "npx rimraf node_modules" }, "dependencies": { "@escape.tech/graphql-armor-max-depth": "^2.3.0", "@graphql-mesh/cache-localforage": "^0.100.0", "@graphql-mesh/cache-redis": "^0.100.0", "@graphql-mesh/cli": "^0.93.0", "@graphql-mesh/graphql": "^0.100.0", "@graphql-mesh/openapi": "^0.104.0", "@graphql-mesh/plugin-response-cache": "^0.100.0", "@graphql-mesh/runtime": "^0.101.0", "@graphql-mesh/transform-filter-schema": "^0.102.2", "@graphql-mesh/transform-prefix": "^0.100.0", "express": "^4.19.2", "graphql": "^16.8.2", "helmet": "^7.1.0", "http-proxy-middleware": "^3.0.0", "jsonwebtoken": "^9.0.2", "pino": "^9.2.0", "ts-node": "^10.9.2" }, "devDependencies": { "@trivago/prettier-plugin-sort-imports": "^4.3.0", "@types/express": "^5.0.0", "@types/helmet": "^4.0.0", "@types/http-proxy-middleware": "^1.0.0", "@types/jest": "^29.5.12", "@types/supertest": "^6.0.2", "eslint": "^9.0.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-prefer-arrow": "^1.2.3", "eslint-plugin-prettier": "^5.1.3", "jest": "^29.7.0", "mockttp": "^3.10.2", "prettier": "^3.2.5", "supertest": "^7.0.0", "ts-jest": "^29.1.2", "typescript": "5.6.3" }, "packageManager": "yarn@4.5.1" }