UNPKG

aha-micro-cli

Version:

aha微前端运行脚手架

61 lines (60 loc) 1.34 kB
{ "name": "aha-micro-cli", "version": "1.13.0", "private": false, "author": "ahaTeam", "repository": { "type": "git", "url": "https://gitee.com/jin-longyu/aha-micro-cli.git" }, "description": "aha微前端运行脚手架", "license": "MIT", "keywords": [ "aha", "microCli", "vue" ], "main": "index.js", "bin": { "aha-micro-cli": "src/index.js" }, "scripts": { "lint": "eslint --fix src/**" }, "dependencies": { "archiver": "^5.0.2", "chalk": "^4.1.2", "commander": "^8.3.0", "download-git-repo": "^3.0.2", "inquirer": "^8.2.0", "node-ssh": "^11.0.0", "ora": "^5.0.1" }, "devDependencies": { "@babel/core": "^7.16.0", "@babel/eslint-parser": "^7.16.0", "@babel/plugin-transform-runtime": "^7.16.0", "@babel/preset-env": "^7.16.0", "@babel/runtime-corejs3": "^7.16.0", "@commitlint/cli": "^13.1.0", "@commitlint/config-conventional": "^13.1.0", "babel-eslint": "^10.1.0", "babel-loader": "^8.2.3", "commitizen": "^3.0.0", "eslint": "^7.5.0", "husky": "^4.3.8", "lint-staged": "^10.3.0" }, "husky": { "hooks": { "commit-msg": "commitlint -E HUSKY_GIT_PARAMS", "pre-commit": "lint-staged" } }, "lint-staged": { "*.js": [ "npm run lint", "git add" ] } }