cup-cli
Version:
a cli to Create Umi Project
43 lines (42 loc) • 919 B
JSON
{
"name": "cup-cli",
"version": "1.0.3",
"description": "a cli to Create Umi Project",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"cup": "./bin/index.js"
},
"keywords": [
"umi@3",
"umi",
"frontend",
"cli"
],
"author": {
"name": "zhoufei",
"email": "iamyexiu@163.com",
"url": "https://github.com/Oligocalse/cup-cli"
},
"homepage": "https://github.com/Oligocalse/cup-cli",
"repository": {
"type": "git",
"url": "https://github.com/Oligocalse/cup-cli.git"
},
"license": "ISC",
"dependencies": {
"archiver": "^3.1.1",
"chalk": "^4.1.0",
"commander": "^5.1.0",
"compressing": "^1.5.1",
"cup-cli": "^1.0.2",
"download-git-repo": "^3.0.2",
"inquirer": "^7.2.0",
"node-ssh": "^10.0.2",
"ora": "^4.0.4",
"semver": "^7.1.1",
"shelljs": "^0.8.4"
}
}