dws-cli-ui
Version:
dws-cli dws系列:包括大屏、移动端、设计器项目等待
34 lines (32 loc) • 689 B
JSON
{
"name": "dws-cli-ui",
"version": "1.0.11",
"description": "dws-cli dws系列:包括大屏、移动端、设计器项目等待",
"main": "index.js",
"bin": {
"dws": "index.js"
},
"scripts": {
"lib": "npm publish --scope=npm"
},
"repository": {
"type": "git",
"url": "https://gitee.com/uidkj/dws-cli.git"
},
"keywords": [
"dws"
],
"private": false,
"author": "jackson_zheng",
"license": "ISC",
"dependencies": {
"chalk": "^4.1.2",
"cli-progress": "^3.12.0",
"commander": "^9.4.1",
"download-git-repo": "^3.0.2",
"ejs": "^3.1.10",
"inquirer": "^8.2.5",
"open": "^8.4.0",
"single-line-log": "^1.1.2"
}
}