2022-11-16 05:58:10 -05:00
|
|
|
{
|
2024-04-08 14:53:02 -04:00
|
|
|
"name": "custom-proxy",
|
2022-11-16 05:58:10 -05:00
|
|
|
"version": "1.0.0",
|
2023-11-10 06:16:06 -05:00
|
|
|
"description": "Express.js middleware which injects ember-cli asset URLs into Discourse's HTML",
|
2022-11-16 05:58:10 -05:00
|
|
|
"author": "Discourse",
|
|
|
|
"license": "GPL-2.0-only",
|
|
|
|
"keywords": [
|
|
|
|
"ember-addon"
|
|
|
|
],
|
|
|
|
"ember-addon": {
|
|
|
|
"before": [
|
2023-11-15 09:43:01 -05:00
|
|
|
"broccoli-serve-files",
|
2022-11-16 05:58:10 -05:00
|
|
|
"proxy-server-middleware"
|
2023-11-15 09:43:01 -05:00
|
|
|
],
|
|
|
|
"after": [
|
|
|
|
"broccoli-watcher"
|
2022-11-16 05:58:10 -05:00
|
|
|
]
|
|
|
|
},
|
2023-06-30 07:01:45 -04:00
|
|
|
"devDependencies": {
|
2022-11-16 05:58:10 -05:00
|
|
|
"clean-base-url": "^1.0.0",
|
2024-10-08 19:07:01 -04:00
|
|
|
"express": "^4.21.1",
|
2024-07-07 20:40:31 -04:00
|
|
|
"glob": "^10.4.3",
|
2024-03-05 16:56:43 -05:00
|
|
|
"html-entities": "^2.5.2",
|
2024-01-08 06:51:23 -05:00
|
|
|
"html-rewriter-wasm": "^0.4.1",
|
2023-07-25 21:21:25 -04:00
|
|
|
"node-fetch": "^3.3.2"
|
2023-06-30 07:01:45 -04:00
|
|
|
},
|
|
|
|
"engines": {
|
2024-02-27 04:48:30 -05:00
|
|
|
"node": ">= 18",
|
2024-09-03 05:51:07 -04:00
|
|
|
"npm": "please-use-pnpm",
|
|
|
|
"yarn": "please-use-pnpm",
|
2024-09-04 15:14:13 -04:00
|
|
|
"pnpm": ">= 9"
|
|
|
|
}
|
2022-11-16 05:58:10 -05:00
|
|
|
}
|