mirror of
https://github.com/discourse/discourse.git
synced 2024-11-26 10:43:57 +08:00
4712e8b035
No need for this to be an ember addon. All we do is import `discourse-hbr/raw-handlebars-compiler` in a node environment.
19 lines
412 B
JSON
19 lines
412 B
JSON
{
|
|
"name": "discourse-hbr",
|
|
"version": "1.0.0",
|
|
"description": "Support for Discourse's raw Handlebars templates (hbr)",
|
|
"author": "Discourse",
|
|
"license": "GPL-2.0-only",
|
|
"dependencies": {
|
|
"handlebars": "^4.7.8"
|
|
},
|
|
"engines": {
|
|
"node": ">= 18",
|
|
"npm": "please-use-yarn",
|
|
"yarn": ">= 1.21.1"
|
|
},
|
|
"exports": {
|
|
"./raw-handlebars-compiler": "./raw-handlebars-compiler.js"
|
|
}
|
|
}
|