UNPKG

wqq_cli

Version:
31 lines (30 loc) 539 B
{ "name": "wqq_cli", "version": "1.0.0", "description": "a project template tool", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "cli", "wqq" ], "bin": { "wqq": "./bin/cli" }, "author": "wqq", "repository": { "type": "git", "url": "git+https://github.com/lazyXjw/wqq_cli.git" }, "dependencies": { "chalk": "^4.1.0", "co": "^4.6.0", "co-prompt": "^1.0.0", "commander": "^7.2.0", "inquirer": "^8.0.0", "ora": "^5.4.0", "yargs": "^17.7.2" } }