gradido/federation/package.json
Claus-Peter Hübner 38f26445b0 first try...
2022-12-07 02:38:28 +01:00

22 lines
645 B
JSON

{
"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"
}
}