discourse/app/assets/javascripts/custom-proxy/package.json
dependabot[bot] 089d34a591
Build(deps-dev): Bump express from 4.21.2 to 5.1.0 (#32089)
Bumps [express](https://github.com/expressjs/express) from 4.21.2 to
5.1.0.
- [Release notes](https://github.com/expressjs/express/releases)
-
[Changelog](https://github.com/expressjs/express/blob/master/History.md)
-
[Commits](https://github.com/expressjs/express/compare/4.21.2...v5.1.0)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-04-04 20:29:03 +02:00

33 lines
719 B
JSON

{
"name": "custom-proxy",
"version": "1.0.0",
"description": "Express.js middleware which injects ember-cli asset URLs into Discourse's HTML",
"author": "Discourse",
"license": "GPL-2.0-only",
"keywords": [
"ember-addon"
],
"ember-addon": {
"before": [
"broccoli-serve-files",
"proxy-server-middleware"
],
"after": [
"broccoli-watcher"
]
},
"devDependencies": {
"clean-base-url": "^1.0.0",
"express": "^5.1.0",
"glob": "^10.4.3",
"html-entities": "^2.6.0",
"html-rewriter-wasm": "^0.4.1",
"node-fetch": "^3.3.2"
},
"engines": {
"node": ">= 18",
"npm": "please-use-pnpm",
"yarn": "please-use-pnpm",
"pnpm": "^9"
}
}