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