@yuanhua/cli
Version:
@yuanhua/cli
88 lines (87 loc) • 2.07 kB
JSON
{
"name": "@yuanhua/cli",
"version": "0.1.3",
"description": "@yuanhua/cli",
"bin": {
"yh": "bin/cli"
},
"publishConfig": {
"access": "public"
},
"scripts": {
"prettier": "prettier --write ./lib/**/*.js",
"lint-staged": "lint-staged",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
"lint": "eslint test/e2e/test*.js lib bin/* --env mocha",
"prepublish": "npm version patch"
},
"keywords": [
"cli",
"yuanhua"
],
"author": "yuanhua",
"license": "MIT",
"homepage": "https://github.com/yuanhua9",
"repository": {
"type": "git",
"url": "https://github.com/yuanhua9/cli.git"
},
"husky": {
"hooks": {
"pre-commit": "npm run lint-staged",
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
},
"lint-staged": {
"*.js": [
"npm run prettier",
"git add"
]
},
"devDependencies": {
"@commitlint/cli": "^8.0.0",
"@commitlint/config-conventional": "^8.0.0",
"conventional-changelog-cli": "^2.0.21",
"husky": "^2.4.1",
"lint-staged": "^8.2.1",
"prettier": "^1.18.2",
"chai": "^4.1.2",
"eslint": "^3.19.0",
"eslint-plugin-vue-libs": "^1.2.1",
"execa": "^0.8.0",
"mocha": "^3.5.3"
},
"dependencies": {
"adm-zip": "^0.4.13",
"async": "^2.4.0",
"bytes": "^3.1.0",
"chalk": "^2.4.2",
"coffee-script": "1.12.7",
"commander": "^2.20.0",
"consolidate": "^0.14.0",
"download-git-repo": "^2.0.0",
"handlebars": "^4.7.6",
"inquirer": "^6.0.0",
"metalsmith": "^2.1.0",
"minimatch": "^3.0.0",
"mkdirp": "^0.5.1",
"multimatch": "^2.1.0",
"ora": "^3.4.0",
"progress": "^2.0.3",
"read-metadata": "^1.0.0",
"request": "^2.67.0",
"rimraf": "^2.6.3",
"semver": "^5.1.0",
"superagent": "^5.0.6",
"tildify": "^1.2.0",
"uid": "0.0.2",
"user-home": "^2.0.0",
"validate-npm-package-name": "^3.0.0"
},
"bugs": {
"url": "https://github.com/yuanhua9/cli/issues"
},
"engines": {
"node": ">=6.0.0"
}
}