discourse/frontend/custom-proxy/package.json
dependabot[bot] e13ff5badd
DEPS: Bump glob from 13.0.0 to 13.0.6 (#38191)
Bumps [glob](https://github.com/isaacs/node-glob) from 13.0.0 to 13.0.6.
-
[Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md)
-
[Commits](https://github.com/isaacs/node-glob/compare/v13.0.0...v13.0.6)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-04 12:29:35 +01:00

33 lines
720 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.2.1",
"glob": "^13.0.6",
"html-entities": "^2.6.0",
"html-rewriter-wasm": "^0.4.1",
"node-fetch": "^3.3.2"
},
"engines": {
"node": ">= 20",
"npm": "please-use-pnpm",
"yarn": "please-use-pnpm",
"pnpm": "^10"
}
}