UNPKG

lxf-cli

Version:

### 安装

35 lines (34 loc) 653 B
{ "name": "lxf-cli", "version": "1.0.6", "description": "", "main": "index.js", "bin": { "lxf": "./bin/index.js" }, "scripts": { "start": "npm run dev", "dev": "tsc -w", "prepub": "tsc && npm link", "build": "tsc" }, "files": [ "bin" ], "devDependencies": { "@types/commander": "^2.12.2", "@types/inquirer": "^7.3.1", "@types/node": "^14.14.14", "@types/shelljs": "^0.8.8" }, "keywords": [], "author": "", "license": "ISC", "dependencies": { "commander": "^6.2.1", "download-git-repo": "^3.0.2", "inquirer": "^7.3.3", "ora": "^5.1.0", "shelljs": "^0.8.4" } }