{ "name": "gradido-federation", "version": "2.5.1", "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", "test": "cross-env TZ=UTC NODE_ENV=development jest --runInBand --forceExit --detectOpenHandles", "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": { "apollo-server-express": "^2.25.2", "await-semaphore": "0.1.3", "class-validator": "^0.13.2", "cors": "2.8.5", "cross-env": "^7.0.3", "decimal.js-light": "^2.5.1", "dotenv": "10.0.0", "express": "4.17.1", "express-slow-down": "^2.0.1", "graphql": "15.5.1", "graphql-request": "5.0.0", "helmet": "^7.1.0", "joi": "^17.13.3", "lodash.clonedeep": "^4.5.0", "log4js": "^6.7.1", "reflect-metadata": "^0.1.13", "sodium-native": "^3.3.0", "type-graphql": "^1.1.1", "uuid": "8.3.2" }, "devDependencies": { "@biomejs/biome": "1.9.4", "@types/express": "4.17.12", "@types/jest": "27.0.2", "@types/joi": "^17.2.3", "@types/lodash.clonedeep": "^4.5.6", "@types/node": "^16.10.3", "@types/sodium-native": "^2.3.5", "@types/uuid": "^8.3.4", "apollo-server-testing": "2.25.2", "gradido-config": "../config", "graphql-tag": "^2.12.6", "jest": "^27.2.4", "nodemon": "^2.0.7", "prettier": "^2.8.7", "ts-jest": "27.0.5", "ts-node": "^10.9.2", "tsconfig-paths": "^4.1.1", "typescript": "^4.3.4" }, "nodemonConfig": { "ignore": [ "**/*.test.ts" ] } }