UNPKG

@yibancangbai/easy-cli

Version:

简易使用的脚手架工具

31 lines (30 loc) 608 B
{ "name": "@yibancangbai/easy-cli", "version": "1.6.2", "description": "简易使用的脚手架工具", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "dev": "node index.js" }, "keywords": [ "easy-cli", "easy", "cli" ], "author": "Evan Chen", "license": "ISC", "bin": { "easy": "index.js" }, "dependencies": { "chalk": "4.0.0", "commander": "5.0.0", "download-git-repo": "3.0.2", "fs-extra": "9.0.0", "inquirer": "7.3.3", "ora": "4.0.3", "request": "2.88.2", "shelljs": "0.8.5" } }