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