hym-react-cli
Version:
React + Ts + Stylus + Cesium + dll脚手架
34 lines (33 loc) • 711 B
JSON
{
"name": "hym-react-cli",
"version": "2.0.9",
"description": "React + Ts + Stylus + Cesium + dll脚手架",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"create-hym-react": "./bin/create-hym-react"
},
"keywords": [
"react",
"hym-react",
"hym-react-cli",
"cli",
"cesium",
"typescript",
"ts"
],
"author": "HuangYaoMin",
"license": "MIT",
"dependencies": {
"chalk": "^2.4.2",
"commander": "^9.0.0",
"download-git-repo": "^3.0.2",
"ejs": "^3.1.6",
"figlet": "^1.5.2",
"inquirer": "^8.2.0",
"ora": "^3.2.0",
"shelljs": "^0.8.5"
}
}