datitisev Here is the package.json.
{
"name": "jsthon/flarum-ext-simplified-chinese",
"description": "Simplified Chinese language pack.",
"type": "flarum-extension",
"keywords": ["locale"],
"license": "MIT",
"version": "v0.1.0-beta.5",
"authors": [
{
"name": "Jsthon Wong",
"email": "jsthon@outlook.com"
}
],
"support": {
"source": "https://github.com/jsthon/flarum-ext-simplified-chinese"
},
"require": {
"flarum/core": "0.1.0-beta.5"
},
"repositories": [
{
"type": "path",
"url": "workbench/*/"
}
],
"require-dev": {
"Flarum-Chinese/flarum-ext-simplified-chinese": "@dev"
},
"extra": {
"flarum-extension": {
"title": "Simplified Chinese",
"icon": {
"image": "icon.svg",
"backgroundColor": "#DE2910",
"backgroundSize": "cover",
"backgroundPosition": "center"
}
},
"flarum-locale": {
"code": "zh",
"title": "ç®€ä½“ä¸æ–‡"
}
}
}