{
  "name": "@open-xchange/ui-middleware",
  "version": "1.4.1",
  "description": "Provides a combined manifest.json",
  "type": "module",
  "main": "src/index.js",
  "scripts": {
    "lint": "eslint . --cache --fix",
    "start": "node src/index.js",
    "dev": "nodemon index.js",
    "prepare": "husky install",
    "test": "LOG_LEVEL=error mocha --loader=testdouble --config spec/.mocharc.cjs --exit",
    "integration": "LOG_LEVEL=error mocha --loader=testdouble --config integration/.mocharc.cjs --exit",
    "release-chart": "cd helm/core-ui-middleware/ && npx --package=@open-xchange/release-it -- release-it",
    "release-app": "npx --package=@open-xchange/release-it@latest -- release-it-auto-keepachangelog",
    "release": "yarn release-chart && yarn release-app"
  },
  "author": "Open-Xchange",
  "license": "CC-BY-NC-SA-2.5",
  "dependencies": {
    "@fastify/formbody": "^7.2.0",
    "@fastify/helmet": "^10.0.0",
    "@fastify/swagger": "^7.5.1",
    "@fastify/url-data": "^5.1.0",
    "@open-xchange/logging": "^0.0.11",
    "bull": "^4.9.0",
    "dotenv-defaults": "^5.0.2",
    "fastify": "^4.5.3",
    "fastify-metrics": "^9.2.2",
    "fastify-plugin": "^4.2.1",
    "http-errors": "^2.0.0",
    "ioredis": "^5.2.3",
    "js-yaml": "^4.0.0"
  },
  "devDependencies": {
    "autocannon": "^7.9.0",
    "chai": "^4.3.6",
    "eslint": "^8.23.0",
    "eslint-config-standard": "^17.0.0",
    "eslint-plugin-import": "^2.25.4",
    "eslint-plugin-mocha": "^10.1.0",
    "eslint-plugin-n": "^15.2.5",
    "eslint-plugin-promise": "^6.0.1",
    "husky": ">=8",
    "ioredis-mock": "^8.1.1",
    "lint-staged": ">=13.0.3",
    "mocha": "^10.0.0",
    "nodemon": "^2.0.19",
    "sinon": "^14.0.0",
    "superagent": "^8.0.0",
    "supertest": "^6.2.4",
    "testdouble": "^3.16.4"
  },
  "lint-staged": {
    "*.js": "eslint --cache --fix"
  },
  "jest-junit": {
    "classNameTemplate": "{classname}",
    "titleTemplate": "{title}",
    "outputDirectory": "output/"
  },
  "engines": {
    "node": ">=16"
  }
}