react-frame-cli
Version:
用于安装react自定义脚手架的工具
26 lines (25 loc) • 545 B
JSON
{
"name": "react-frame-cli",
"version": "0.0.5",
"description": "用于安装react自定义脚手架的工具",
"main": "./bin/react-frame-cli.js",
"bin": {
"react-frame-cli": "./bin/react-frame-cli.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"自定义",
"脚手架",
"react"
],
"author": "郭军伟",
"license": "ISC",
"devDependencies": {},
"dependencies": {
"commander": "^5.0.0",
"download-git-repo": "^3.0.2",
"ora": "^4.0.3"
}
}