mirror of
https://github.com/IT4Change/gradido.git
synced 2026-03-01 12:44:43 +00:00
22 lines
645 B
JSON
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"
|
|
}
|
|
}
|