UNPKG

alvin-cli

Version:

35 lines (34 loc) 640 B
{ "name": "alvin-cli", "version": "1.0.1", "description": "", "main": "index.js", "bin": { "al": "./bin/cli.js" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "files": [ "bin" ], "author": { "name": "Alvin-Liu", "email": "775405088@qq.com" }, "keywords": [ "alvin-cli", "al", "脚手架" ], "license": "ISC", "dependencies": { "axios": "^0.21.1", "commander": "^8.0.0", "download-git-repo": "^3.0.2", "figlet": "^1.5.0", "fs-extra": "^10.0.0", "inquirer": "^8.1.2", "ora": "^5.4.1" } }