yreact-cli
Version:
31 lines (30 loc) • 551 B
JSON
{
"name": "yreact-cli",
"version": "1.1.0",
"description": "react 脚手架",
"bin": {
"yreact-cli": "bin/yr-cli.js"
},
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"cli",
"react",
"ts"
],
"repository": {
"type": "git",
"url": "https://github.com/yzfgithub/yr-cli.git"
},
"author": "yzfgithub",
"license": "ISC",
"devDependencies": {
"commander": "^9.0.0",
"inquirer": "^8.2.1"
},
"dependencies": {
"ora": "1.3.0"
}
}