mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
43 lines
1.4 KiB
JSON
43 lines
1.4 KiB
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",
|
|
"private": false,
|
|
"scripts": {
|
|
"build": "tsc --build",
|
|
"clean": "tsc --build --clean",
|
|
"start": "cross-env TZ=UTC TS_NODE_BASEURL=./build node -r tsconfig-paths/register build/src/index.js",
|
|
"dev": "cross-env TZ=UTC nodemon -w src --ext ts --exec ts-node -r dotenv/config -r tsconfig-paths/register src/index.ts",
|
|
"lint": "eslint --max-warnings=0 --ext .js,.ts ."
|
|
},
|
|
"dependencies": {
|
|
"@hyperswarm/dht": "^6.3.3",
|
|
"@types/dotenv": "^8.2.0",
|
|
"@types/i18n": "^0.13.6",
|
|
"@types/jsonwebtoken": "^8.5.9",
|
|
"@types/lodash.clonedeep": "^4.5.7",
|
|
"@types/node": "^18.11.11",
|
|
"apollo-server-express": "2.25.2",
|
|
"class-validator": "^0.13.2",
|
|
"cross-env": "^7.0.3",
|
|
"decimal.js-light": "^2.5.1",
|
|
"dotenv": "10.0.0",
|
|
"express": "4.17.1",
|
|
"graphql": "15.5.1",
|
|
"i18n": "0.15.1",
|
|
"jsonwebtoken": "^8.5.1",
|
|
"lodash.clonedeep": "^4.5.0",
|
|
"log4js": "^6.7.1",
|
|
"nodemon": "^2.0.20",
|
|
"reflect-metadata": "^0.1.13",
|
|
"ts-node": "^10.9.1",
|
|
"tsconfig-paths": "^4.1.1",
|
|
"type-graphql": "^1.1.1",
|
|
"typescript": "^4.9.3"
|
|
}
|
|
}
|