package.json 1.24 KB
{
  "name": "@zb100/mui-template",
  "version": "1.1.0",
  "description": "小程序组件模版",
  "main": "index.js",
  "scripts": {
    "release": "standard-version",
    "commit": "npx git-cz"
  },
  "repository": {
    "type": "git",
    "url": "ssh://git@gitlab.zb100.com:10022/templates/mui-template.git"
  },
  "author": "",
  "license": "ISC",
  "publishConfig": {
    "registry": "https://npm.registry.zb100.com"
  },
  "husky": {
    "hooks": {
      "commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
    }
  },
  "standard-version": {
    "commitUrlFormat": "https://gitlab.zb100.com/templates/{{repository}}/commit/{{hash}}",
    "compareUrlFormat": "https://gitlab.zb100.com/templates/{{repository}}/compare/{{previousTag}}...{{currentTag}}",
    "issueUrlFormat": "https://gitlab.zb100.com/templates/{{repository}}/issues/{{id}}",
    "userUrlFormat": "https://gitlab.zb100.com/{{user}}"
  },
  "devDependencies": {
    "@commitlint/cli": "^8.2.0",
    "@commitlint/config-conventional": "^8.2.0",
    "commitizen": "^4.0.3",
    "cz-conventional-changelog": "^3.0.2",
    "husky": "^3.1.0",
    "standard-version": "^7.0.1"
  },
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  },
  "dependencies": {}
}