{
  "name": "@infect/rda-service",
  "version": "5.6.1",
  "description": "Microservice Framework for RDA",
  "scripts": {
    "test": "node --experimental-modules --no-warnings ./node_modules/.bin/section ./test/*.js --dev --log-level=error+ --log-module=*"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/infect-org/rda-service.git"
  },
  "keywords": [
    "rda",
    "service"
  ],
  "author": "Lina van der Weg",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/infect-org/rda-service/issues"
  },
  "homepage": "https://github.com/infect-org/rda-service#readme",
  "dependencies": {
    "@distributed-systems/http2-client": "^3.3.17",
    "@distributed-systems/http2-server": "^3.0.22",
    "@infect/rda-service-registry-client": "^2.1.0",
    "@rainbow-industries/rainbow-config": "^3.0.0",
    "ee-log": "^3.0.9",
    "ee-types": "^3.0.2",
    "get-available-port": "^1.0.0",
    "logd": "^2.3.1",
    "logd-console-output": "^1.3.0",
    "logd-console-transport": "^1.1.0"
  },
  "devDependencies": {
    "@infect/rda-service-manager": "^2.1.0",
    "section-tests": "^3.2.0"
  },
  "type": "module",
  "main": "index.js",
  "types": "index.d.ts"
}
