UNPKG

@minionorg/cli

Version:

脚手架工具

39 lines 738 B
{ "name": "@minionorg/cli", "version": "1.0.1", "description": "脚手架工具", "keywords": [ "@minionorg", "cli", "CLI", "project", "脚手架" ], "author": "Evan", "bin": { "minionorg-cli": "./bin/index.js" }, "files": [ "bin", "template" ], "repository": { "type": "git", "url": "https://gitee.com/chestnut-china/webpack-chestnut-cli.git" }, "license": "ISC", "engines": { "node": "^14.17.0 || >=16.0.0" }, "dependencies": { "chalk": "^4.1.2", "commander": "^9.0.0", "cosmiconfig": "^8.1.3", "execa": "^5.1.1", "fs-extra": "^10.0.0", "handlebars": "^4.7.7", "inquirer": "^8.2.0", "ora": "^5.4.1", "semver": "^7.3.5" } }