It should now properly work with 18.x, so we should start moving into direction of it being the default.
19 lines
319 B
JSON
19 lines
319 B
JSON
{
|
|
"name": "bootstrap-json",
|
|
"keywords": [
|
|
"ember-addon"
|
|
],
|
|
"ember-addon": {
|
|
"before": [
|
|
"serve-files-middleware",
|
|
"history-support-middleware",
|
|
"proxy-server-middleware"
|
|
]
|
|
},
|
|
"engines": {
|
|
"node": "16.* || >= 18",
|
|
"npm": "please-use-yarn",
|
|
"yarn": ">= 1.21.1"
|
|
}
|
|
}
|