UNPKG

@jecloud/cli

Version:

JECloud 项目脚手架

41 lines (40 loc) 700 B
{ "name": "@jecloud/cli", "version": "1.0.1", "private": false, "description": "JECloud 项目脚手架", "keywords": [ "jecloud", "je", "jepaas", "低代码平台", "低代码开发" ], "author": { "name": "linzhichao", "email": "linzc@china-hbp.com" }, "scripts": {}, "dependencies": { "chalk": "^4.1.2", "commander": "^2.19.0", "download-git-repo": "^1.1.0", "inquirer": "^6.2.2", "log-symbols": "^4.0.0", "ora": "^3.2.0" }, "bin": { "jecli": "src/index.js" }, "files": [ "src", "commands", "json", "util", "LICENSE" ], "publishConfig": { "access": "public" }, "license": "AGPL" }