{ "name": "holi-unified-api", "version": "1.0.0", "type": "module", "scripts": { "dev": "OKUNA_URL=${OKUNA_URL:-http://127.0.0.1:8000/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} DEBUG=1 mesh dev --port=4000", "start": "OKUNA_URL=${OKUNA_URL:-https://staging.unified.apis.project-holi.org/graphql} DONATIONS_API_URL=${DONATIONS_API_URL:-https://staging.unified.apis.project-holi.org/graphql} GOODNEWS_API_URL=${GOODNEWS_API_URL:-https://staging.unified.apis.project-holi.org/graphql} GEO_API_URL=${GEO_API_URL:-https://staging.unified.apis.project-holi.org/graphql} VOLUNTEERING_API_URL=${VOLUNTEERING_API_URL:-https://staging.unified.apis.project-holi.org/graphql} DEBUG=1 mesh dev --port=4000", "lint": "echo 'nothing to be linted ATM'", "test": "echo 'unit testing goes here'", "clean": "echo 'nothing to be done'", "clean:all": "rimraf node_modules" }, "dependencies": { "@graphql-mesh/cli": "^0.82.9", "@graphql-mesh/graphql": "^0.33.7", "@graphql-mesh/openapi": "^0.35.6", "@graphql-mesh/runtime": "^0.46.4", "@graphql-mesh/transform-prefix": "^0.12.5", "graphql": "^16.6.0" }, "devDependencies": { "@trivago/prettier-plugin-sort-imports": "^3.2.0", "eslint": "^8.16.0", "eslint-config-prettier": "^8.5.0", "eslint-plugin-prefer-arrow": "^1.2.3", "eslint-plugin-prettier": "^4.0.0", "prettier": "^2.6.2" } }