{ "name": "gradido-federation", "version": "1.0.0", "description": "Gradido federation module providing Gradido-Hub-Federation and versioned API for inter community communication", "main": "./src/index.ts", "repository": "https://github.com/gradido/gradido/federation", "author": "Claus-Peter Huebner", "license": "Apache-2.0", "type": "module", "scripts": { "compile": "tsc --build", "clean": "tsc --build --clean", "start": "npm run compile && node build/index.js" }, "dependencies": { "@apollo/server": "^4.2.2", "@types/node": "^18.11.11", "graphql": "^16.6.0", "typescript": "^4.9.3" } }