UNPKG

create-unibest

Version:

快速创建 unibest 项目的脚手架工具

14 lines (13 loc) 284 B
{ "$schema": "http://json-schema.org/draft-07/schema#", "type": "object", "properties": { "locales": { "type": "array", "items": { "type": "string" }, "default": ["zh-Hans", "en"], "description": "支持的语言列表" } }, "required": [] }