您最多选择25个主题
主题必须以中文或者字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
16 行
318 B
16 行
318 B
{
|
|
"name": "uiwidgets-cli",
|
|
"version": "1.0.0",
|
|
"description": "cli for uiwidgets",
|
|
"main": "uiwidgets-cli.js",
|
|
"scripts": {},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"chalk": "^2.4.1",
|
|
"chokidar": "^2.0.4",
|
|
"glob": "^7.1.2",
|
|
"nunjucks": "^3.1.3",
|
|
"yargs": "^12.0.1"
|
|
}
|
|
}
|