-
scriptuser authored
Bumps [bull](https://github.com/OptimalBits/bull) from 4.8.5 to 4.9.0. - [Release notes](https://github.com/OptimalBits/bull/releases) - [Changelog](https://github.com/OptimalBits/bull/blob/develop/CHANGELOG.md) - [Commits](https://github.com/OptimalBits/bull/compare/v4.8.5...v4.9.0)
scriptuser authoredBumps [bull](https://github.com/OptimalBits/bull) from 4.8.5 to 4.9.0. - [Release notes](https://github.com/OptimalBits/bull/releases) - [Changelog](https://github.com/OptimalBits/bull/blob/develop/CHANGELOG.md) - [Commits](https://github.com/OptimalBits/bull/compare/v4.8.5...v4.9.0)
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
This project manages its dependencies using npm.
Learn more
package.json 1.98 KiB
{
"name": "@open-xchange/ui-middleware",
"version": "1.3.8",
"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.1.0",
"@fastify/helmet": "^10.0.0",
"@fastify/swagger": "^7.4.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"
}
}